Cellular Automata
Source Code
Game
Simply unpause and click the grid to place cells. Follows Conway's game of life original rules - except theres a small random chance for a cell to become alive or dead every turn.
Installation instructions
Download the repository and open the executable suitable for your operating system.
Source Code
C++ used to build this is found in the root/src folder, Godot's GDScript can be found in the godot folder.