Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kenoir/python_gol

Python implementation of Conway's Game Of Life
https://github.com/kenoir/python_gol

gameoflife python

Last synced: 24 days ago
JSON representation

Python implementation of Conway's Game Of Life

Awesome Lists containing this project

README

        

python_gol
==========

Learning Python by writing [Conway's Game of Life](http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)

Using [graphics.py](http://mcsp.wartburg.edu/zelle/python/) by John M. Zelle