https://github.com/jfairbank/conways-game-of-life
Conway's Game of Life implemented in Elm
https://github.com/jfairbank/conways-game-of-life
Last synced: 4 months ago
JSON representation
Conway's Game of Life implemented in Elm
- Host: GitHub
- URL: https://github.com/jfairbank/conways-game-of-life
- Owner: jfairbank
- Created: 2019-07-31T03:03:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T03:03:49.000Z (about 6 years ago)
- Last Synced: 2025-05-30T05:07:32.375Z (5 months ago)
- Language: Elm
- Homepage:
- Size: 35.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conway's Game of Life in Elm
### Install
```
npm install
```### Run
```
npm start
```Visit http://localhost:8000 in your browser.