Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kenoir/python_gol
- Owner: kenoir
- Created: 2013-03-11T20:05:25.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-12T15:59:37.000Z (almost 12 years ago)
- Last Synced: 2024-11-08T21:59:32.312Z (3 months ago)
- Topics: gameoflife, python
- Language: Python
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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