Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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