Conway's Game of Life
This is an implementation of John Conway's Game of Life in Python, and a very basic and straightforward one at that.
Installation
Run the following to install the required packages:
pip install -r requirements.txt
Then, launch the game using:
python3 gameoflife.py
Note
Feel free to play with the game window dimensions and cell scale: it might yield interesting results.