fzxt / SandpileModel

The Abelian Sandpile Model in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The Abelian Sandpile Model in Java

License:GNU General Public License v3.0


Languages

Language:Java 100.0%