A game of Whac A Mole. implemented in Elm
This is a toy project written to learn Elm. As of Oct 19, 2015, it is a work-in-progress.
-
Run the Elm
package install
command:
elm package install
- Start the Web Server:
elm reactor
- Point your browser to http://localhost:8000/Main.elm or, to use Elm's Time Traveling Debugger use http://localhost:8000/Main.elm?debug