Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukechinworth/minesweeper-angular
https://github.com/lukechinworth/minesweeper-angular
Last synced: about 18 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukechinworth/minesweeper-angular
- Owner: lukechinworth
- Created: 2015-02-26T00:42:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-27T00:09:45.000Z (over 9 years ago)
- Last Synced: 2023-02-28T03:46:51.020Z (over 1 year ago)
- Language: JavaScript
- Size: 385 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Minesweeper angularized!
Authors:
Luke Chinworth
Jake KaadSetup
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