simple python implementation of the game of life
git clone https://github.com/me-th/the-game-of-life
cd the-game-of-life && python3 view.py
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.