John Conway's Game of Life written in python using the pygame library
Requires python3 and the pygame library.
$ git clone https://github.com/R-Jin/Game-of-Life.git
$ cd (to the path where you cloned the repository)
$ python main.py
Use mouse to toggle between living and dead cells and SPACEBAR to toggle activation of the simulation.