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: about 2 months ago
JSON representation

Conway's Game of Life visualization in pygame

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
```