Small c++ implementation of some cellular automata models exhibiting self organized criticality.
git clone https://github.com/Sosnowsky/uit_sandpiles.git
sudo apt-get update
sudo apt install cmake
sudo apt-get install libboost-all-dev
sudo apt-get install build-essential
cd uit_sandpiles/
mkdir build
cd build/
cmake ..
cmake --build .
cd src/
./btwsim -h