Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rufiorogue/conwaylifepython
Conway's Game of Life visualization in pygame
https://github.com/rufiorogue/conwaylifepython
Last synced: 26 days ago
JSON representation
Conway's Game of Life visualization in pygame
- Host: GitHub
- URL: https://github.com/rufiorogue/conwaylifepython
- Owner: rufiorogue
- Created: 2015-07-13T21:23:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-13T21:43:37.000Z (over 9 years ago)
- Last Synced: 2024-11-05T18:15:54.382Z (2 months ago)
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ConwayLifePython
Conway's Game of Life. Requires python 2.7.x and pygame.
##Usage example:
Load a random simulation:
```
lifegame.py
```
Load a game:
```
lifegame.py data/glidergun.life
```