Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.2 KB

README.adoc

File metadata and controls

30 lines (21 loc) · 1.2 KB

Elm Sweeper

This is a nearly feature complete implementation of the old classic game of Minesweeper using Elm. The game logic implementation is very much inspired by react-sweeper, a JavaScript implementation which is using Facebook React.

1. Get it up and running

  1. Install elm

  2. Clone the repo

  3. On the command line: $elm-sweeper> elm-reactor

  4. Open a browser-window/tab and enter the following url: http://localhost:8000/start.html

Note
The first time might take a little while as it will be downloading dependencies and run elm-make
Tip
If it’s not working, it might be worth trying to run elm-package install from the command line to see if it manages to download all required dependencies.

2. Resources