The Conway's Game of Life made with Raylib.
Grid and cell are defined in the grid.py file.
pip install -r requirements.txt
python3 app.py
You should have something like this :
-
Debug on / Debug off to switch debug mode
-
Run / Stop to run/pause the game
-
You can choose the game speed with the - and + buttons
-
S, M, L, XL to change the map size
-
Clean up to clear the screen
-
Quit to quit
:warn: You can click the grid only when the game is paused.
Have fun !