Skip to content

CorentinLeGuen/lifegameray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LifeGameRay

The Conway's Game of Life made with Raylib.

Grid and cell are defined in the grid.py file.

Install

pip install -r requirements.txt

Run

python3 app.py

You should have something like this :

picture

How to use

  • 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 !