elm-flatris
elm-flatris copied to clipboard
A Flatris clone in Elm language
Elm Flatris
A Flatris clone in Elm.
Current demo can be seen here.
Features
- works on both desktop and mobile
- renders the grid with
elm/svg - preserves the game state in
localStorageusing ports, just try to reload the page while playing!
Instructions to run
- Install elm elm-lang.org/install
- Clone this repo and
cdinto it - Run
elm make src/Main.elm --output elm.js - Open
index.htmlin the browser
