Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 707 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 707 Bytes

the game of life

simple python implementation of the game of life

installation

git clone https://github.com/me-th/the-game-of-life

running

linux/mac

cd the-game-of-life && python3 view.py

windows

building under windows not supported :(

usage

Click Start button to run the simulation.
Click Pause button to stop the simulation.
Click Clear button to clear all cells.

Use dropdown menu to choose from predefined patterns, or draw your own by clicking directly where you want to add/remove cells.