Conway's Game of Life in Python
Konstantin Opora
Conway's Game of Life: graphical implementation in python using pyglet.
developed in Python 3.10.0
Resources
Black command
> black . -t py310 -l 100
TODOs:
- create a selection tool for cells
- create group selections for cells
- deletion of selected cells
- copy / paste selections
- make simulation values (cellcount, cellsize, etc.) modifiable
How to use
To play the game with:
> python3 src/main.py
While runnig
- You can place cells by pressing/dragging the right mousebutton
- You can remove cells by pressing/dragging the left mousebutton
- You can remove all cells by pressing the Backspace
- You can start the simulation by pressing ENTER
- You can stop the simulation by pressing ESC
You can only modify cell while the simulation is not running