elm/Examples/elm-js/Pong
2012-12-08 13:01:58 -08:00
..
Pong.elm New version of Pong. Update version numbers. 2012-12-08 12:53:16 -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.