Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 679 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 679 Bytes

another-elm-minesweeper

Yet another Elm implementation of Minesweeper

Live Demo

gameboard example

Intro

I created this project as an exercise to learn Elm.

Build

The script build.sh compiles the source using elm make, then copies over the html and css files.

Live Dev Environment

Elm-live will refresh the browser window refresh whenever an .elm file is updated in src.

Install elm-live if it is not already installed:

npm install --global elm-live

Then, run the script live.sh to start elm-live.