Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paolobrasolin/bane_of_life
https://github.com/paolobrasolin/bane_of_life
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paolobrasolin/bane_of_life
- Owner: paolobrasolin
- Created: 2021-09-06T17:29:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-06T21:55:23.000Z (over 2 years ago)
- Last Synced: 2024-11-06T00:43:02.830Z (about 2 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bane_of_life
This is an implementation of Conway's Game Of Life.
To see it running just visit [the live demo](https://paolobrasolin.github.io/bane_of_life/).
To run it locally:
- clone the repo
- serve its contents statically with [your favourite webserver](https://gist.github.com/willurd/5720255)