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
- Host: GitHub
- URL: https://github.com/unmade/conway
- Owner: unmade
- Created: 2018-08-09T21:20:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T11:56:57.000Z (almost 7 years ago)
- Last Synced: 2025-02-14T23:34:18.202Z (3 months ago)
- Topics: conway, conway-game, python
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```