https://github.com/rufiorogue/conwaylifepython
Conway's Game of Life visualization in pygame
https://github.com/rufiorogue/conwaylifepython
Last synced: about 2 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-13T21:43:37.000Z (almost 10 years ago)
- Last Synced: 2025-02-15T08:25:53.624Z (3 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
```