https://github.com/robertstarke/elm-gameoflife
Implementation of John Conway's Game of Life with ELM (a functional programming JS framework).
https://github.com/robertstarke/elm-gameoflife
elm-lang vanillacss
Last synced: 3 months ago
JSON representation
Implementation of John Conway's Game of Life with ELM (a functional programming JS framework).
- Host: GitHub
- URL: https://github.com/robertstarke/elm-gameoflife
- Owner: robertstarke
- Created: 2023-10-21T05:54:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-08T21:50:33.000Z (over 1 year ago)
- Last Synced: 2025-01-21T17:09:46.852Z (5 months ago)
- Topics: elm-lang, vanillacss
- Language: JavaScript
- Homepage: https://rstarke.com/gameoflife-elm/
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elm-gameOfLife
Game Of Life implementation using Elm languageTo build use the following command:
elm make src/Main.src --output public/main.js --optimizeThis builds only the main.js file and will ensure that stylesheets are loaded properly in the index.html file.