Résumé

Cellular Automata


Source Code

The source code is on GitHub.

My Project GIF


Game

Unpause the simulation and click the grid to place live cells. The simulation follows Conway's original rules, with one change: every turn gives each cell a small chance to switch state. That mutation prevents settled patterns from remaining static forever.

Installation

Download the repository and run the executable for your operating system.

Implementation Details

The C++ simulation code is in root/src. The Godot interface and GDScript code are in godot.