An implementation of John 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: Note Feel free to play with the game window dimensions and cell scale: it might yield interesting results. GitHub View Github
Read more