Awesome
Minesweeper in Elm
This is my attempt at implementing the Minesweeper game in Elm.
Prerequisites
Building
$ elm package install
$ npm install -g elm-test
$ ./build
To rebuild app on file changes...still a bit of a work in progress.
$ ./rebuildOnSrcChange
Publishing to GitHub pages
./publish
Running in browser locally
open index.html
Running application
Head over to http://mikegehard.github.io/elm-minesweeper/