README.org
October 21, 2015 ยท View on GitHub
- Infinite Runner in Elm
An Infinite Runner clone. Written for October 2015's [[http://www.meetup.com/West-London-Hack-Night/][West London Hack Night]].
** [[http://krisajenkins.github.io/infinite-runner][Play It Live]]
** Building
#+BEGIN_SRC sh elm-make --yes --warn --output=index.html Main.elm #+END_SRC
...then open =index.html= in a browser.