Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meshy/life
A game of life
https://github.com/meshy/life
Last synced: 10 days ago
JSON representation
A game of life
- Host: GitHub
- URL: https://github.com/meshy/life
- Owner: meshy
- Created: 2014-11-15T01:36:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-01T14:42:25.000Z (over 8 years ago)
- Last Synced: 2024-12-16T03:42:37.847Z (11 days ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Life
## Instructions
I'm writing instructions for life... haha!
Anyway.
First, create a **python 3** virtual environment. Once it's active, run:
pip install -r requirements.txt
Once that's done, you should be good to go!
python life.py
Enjoy!
Once you get bored, you can close the program with `ctrl-c`.