Skip to content

rundis/elm-sweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published