conwayPy Conway's game of life in Python. Requires python 3. Installation Install pygame python3 -m pip install pygame --user Graphics version python3 conwayGraphics.py Text version python3 conwayText.py References http://www.pygame.org/wiki/GettingStarted#Pygame Installation http://programarcadegames.com/index.php?lang=en&chapter=introduction_to_graphics http://inventwithpython.com/pygame/ http://pythonhosted.org/arcade/index.html