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

https://github.com/unmade/conway

Very simple Conway's Game of Life implementation
https://github.com/unmade/conway

conway conway-game python

Last synced: about 1 month ago
JSON representation

Very simple Conway's Game of Life implementation

Awesome Lists containing this project

README

        

# Conway's Game of Life

Recently, I've read about Game of Life and made my own simple version

## Demo

Install all dependencies with `pipenv ` and run demo:

```
python demo.py gosper
```