Skip to content

krscott/another-elm-minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.