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: 15 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-01T14:42:25.000Z (over 8 years ago)
- Last Synced: 2023-04-10T01:48:16.833Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- 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`.