Skip to content

mikegehard/elm-minesweeper

Repository files navigation

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/

About

A minesweeper game built in Elm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published