Implementation of Conway's Game of Life cellular automaton. ------------------------CONTROLS------------------------ - space: run Conway's Game of Life - r: kill all cells - i: initialize cells with cells set to ALIVE at 50% chance -mouse click: (after pressing r) manually set cells to ALIVE or DEAD ------------------------------------------------------------
https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life. I used https://scratch.mit.edu/projects/287402860/ as a reference.