A wator style cellular automata written in c++ with the use of SFML Library for 2d drawing.
Install Dependancies (debian linux) - sudo apt install libsfml-dev
Navigate to project directory and use command make
(this compiles and runs the program)
Download and open standalone pre-compiled exexcutable from release v1.
Open program and set window width and height (pixels).
Choose wator width and height (number of cells wide and high)
Space
resets simulation
Window width set to 1000
Window height set to 800
Wator width set to 200
Wator width set to 160