This is a version of Conway's Game of Life implemented on Python3.
-
Space : start or stop time
-
Mouse click: kill or revive cell
·Icon
·Code: Wrote in Python3.
·Install Shell Script: Enables to install the game as a App on Linux and install all libraries needed to run this game.
·Uninstall Shell Script: Uninstall the game App
This project uses Python3 and some libraries:
· Pygame
· Numpy
· Math
· Time
All of this need to be installed in order to run this project.