https://github.com/boxdot/elm-gameoflife
https://github.com/boxdot/elm-gameoflife
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/boxdot/elm-gameoflife
- Owner: boxdot
- Created: 2016-07-10T00:25:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-10T00:25:39.000Z (almost 10 years ago)
- Last Synced: 2025-02-04T15:48:42.629Z (over 1 year ago)
- Language: Elm
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conway's Game of Life in Elm
https://en.wikipedia.org/wiki/Conway's_Game_of_Life

Build with
```
elm make GameOfLife.elm
```