https://github.com/rishavnandi/neosweeper
A minimal minesweeper game built with flutter
https://github.com/rishavnandi/neosweeper
Last synced: 21 days ago
JSON representation
A minimal minesweeper game built with flutter
- Host: GitHub
- URL: https://github.com/rishavnandi/neosweeper
- Owner: rishavnandi
- License: mit
- Created: 2022-03-22T14:27:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T07:39:19.000Z (over 3 years ago)
- Last Synced: 2025-01-12T08:44:06.213Z (over 1 year ago)
- Language: C++
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neosweeper
A Minimal Minesweeper Game Made With Flutter.
## ScreenShots


## Installation
Download From GitHub Releases Section
[GitHub Release](https://github.com/rishavnandi/Neosweeper/releases/download/v0.1.3/Neosweeper.apk)
## Minesweeper Rules
Objective and basic concepts
The objective in Minesweeper is to find and mark all the mines hidden under the grey squares, in the shortest time possible. This is done by clicking on the squares to open them. Each square will have one of the following:
A mine, and if you click on it you'll lose the game.
A number, which tells you how many of its adjacent squares have mines in them.
Nothing. In this case you know that none of the adjacent squares have mines, and they will be automatically opened as well.