https://github.com/ivanjermakov/mineswepper
Modern web-based implementation of Minesweeper game
https://github.com/ivanjermakov/mineswepper
p5js
Last synced: 2 months ago
JSON representation
Modern web-based implementation of Minesweeper game
- Host: GitHub
- URL: https://github.com/ivanjermakov/mineswepper
- Owner: ivanjermakov
- Created: 2018-04-03T20:41:34.000Z (about 7 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-05-20T19:27:49.000Z (almost 7 years ago)
- Last Synced: 2025-01-02T08:32:46.610Z (4 months ago)
- Topics: p5js
- Language: JavaScript
- Homepage:
- Size: 351 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mineswepper

**Warning**: this game can get seriously addictive and it's very easy to lose track of time while playing it.
## Rules
In order to win the game, you must reveal all the squares that DO NOT contain a mine.To flag them or not is a matter of personal preference.
If a mine is revealed, the player loses.
Game is won when all the mines revealed correctly.
**More info**: [Mineswepper on Wikipedia](https://en.wikipedia.org/wiki/Minesweeper_(video_game))