elm/Examples/elm-js/Pong
2013-01-25 03:23:04 -08:00
..
Pong.elm Make Pong more concise. 2013-01-25 03:23:04 -08:00
README.md Fix up helpers in Pong/ 2012-12-08 13:01:58 -08:00

To compile this example yourself use:

elm Pong.elm

It produces a self-contained HTML file called Pong.html.

As of version 0.6 of the compiler, no external code is necessary to make this work, so the code is slightly cleaner and simpler than the "Pong in Elm" walkthrough.