Conway's game of life in Python.
Requires python 3.
Install pygame
python3 -m pip install pygame --user
python3 conwayGraphics.py
python3 conwayText.py
- 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