Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukechinworth/minesweeper-angular


https://github.com/lukechinworth/minesweeper-angular

Last synced: about 18 hours ago
JSON representation

Awesome Lists containing this project

README

        

Minesweeper angularized!


Authors:



Luke Chinworth

Jake Kaad

Setup


Clone directory to desktop.

Open directory in your command line. Start a HTTP server using:

$ python -m SimpleHTTPServer

Open your browser and go to localhost:800
Select a 12x12 grid and hit new game.
We recommend resizing browser until you can seel all cells.

GamePlay



Single Click a cell to plant a flag on a suspected mine.

Double Click a cell to reveal it. Cells with no mines as neighbors will automatically reveal all of their neighbors.
Cells with bombs nearby will have a number signifying how many bombs are nearby.

Licensing


MIT open source license