Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kvgarg/flutter-minesweeper
Minesweeper Board Game - built in Flutter
https://github.com/kvgarg/flutter-minesweeper
board-game dart flutter minesweeper
Last synced: 7 days ago
JSON representation
Minesweeper Board Game - built in Flutter
- Host: GitHub
- URL: https://github.com/kvgarg/flutter-minesweeper
- Owner: KVGarg
- Created: 2020-07-14T18:04:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T13:39:30.000Z (over 4 years ago)
- Last Synced: 2024-12-19T13:34:14.306Z (20 days ago)
- Topics: board-game, dart, flutter, minesweeper
- Language: Dart
- Homepage:
- Size: 2.06 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minesweeper
Minesweeper Board Game
## About Game
Minesweeper is a board game who got it's origin in late 1960s. It has been
around us forever, and is a never dying game. It is a single player game,
but with new technology we can extend it to a multi-player game, that is,
multiple players combat with each other, and whosoever wins first is the winner.
This is mini-basic minesweeper board game with 3-Difficulty levels as mentioned-
* Beginner (9 * 9 Board and 10 Mines)
* Intermediate (16 * 16 Board and 40 Mines)
* Advanced (24 * 24 Board and 99 Mines)It support 3-levels with some extra support/features in the app-
1. Game Play Instructions Manual
2. Game Played Statistics
3. Manage App Settings - Sounds, and Vibrations
4. Game Sharing with friends
5. About Developer :smile:Download and Install the app now, from [Google Drive](https://drive.google.com/drive/folders/1dn-J2nRrjQWZStzwnJgULLIdXkq_GX7J?usp=sharing) and let me know how much
you like it.## Future Scope
The app functionality can be extended to more enhancements, and features like-
1. Animations on the Game Play Board
2. Multi-Player Game Setup
3. Game Play Board Themes, that can be purchased via earned coins from gameplay
4. More gameplay statistics, and can also me user-authenticated if adding Wallet Purchasing etc.