Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 917 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 917 Bytes

Abelian Sandpile Model in Java

Build Status

Implemented for the final course project for MATH 3P40

Abelian Sandpile Model

Prereqs

  • Java 8

Building and running

  • The simplest way to build and run the program is compiling through the command line.

  • In the projects root directory:

$ cd src/
$ javac Main.java
$ java Main

You should then see a print out in the console such as: Printout

To modify the values for the simulation, you can edit them inline in src/Main.java

Spec

See the Spec for details on class documentation, implementation and problem.