Tested on desktop Chrome, Firefox, and Safari.
elm make --output target/elm.js src/**.elm
Then open index.html
in a browser with JavaScript enabled!
Some variables in the game can be customized by editing settings/Settings.elm
.
- stefankreitmayer for creating elm-joust, the repo off of which this game is based. I copied the way he organized the state tree - breaking it down into Scene and Ui - the rest is my original work.
- Tholman for the modern github corner
- Evan for creating Elm!