Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 675 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 675 Bytes

Minesweeper in Elm

This is my attempt at implementing the Minesweeper game in Elm.

Prerequisites

  • elm 0.16
  • entr - only if you want to automatically rebuild the app when a .elm file changes.

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/