An implementation of Maze War in Elm
Check out my blog for the story of its creation!
Make sure you have the latest version of Chrome or Firefox or Safari and then click the following image to try out the live demo:
After installing the Elm Platform, run the following sequence of commands:
git clone https://github.com/genthaler/elm-maze-war.git
cd elm-maze-war
npm run server
This will open http://localhost:4000 in your browser. Have fun!