https://github.com/lucasnlm/antimine-flutter
Antimine is an open source minesweeper-like puzzle game.
https://github.com/lucasnlm/antimine-flutter
flutter flutter-flame game-development minesweeper-game puzzle
Last synced: 3 months ago
JSON representation
Antimine is an open source minesweeper-like puzzle game.
- Host: GitHub
- URL: https://github.com/lucasnlm/antimine-flutter
- Owner: lucasnlm
- License: agpl-3.0
- Created: 2025-03-15T20:31:36.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T15:35:00.000Z (3 months ago)
- Last Synced: 2025-03-16T16:34:56.732Z (3 months ago)
- Topics: flutter, flutter-flame, game-development, minesweeper-game, puzzle
- Language: Dart
- Homepage:
- Size: 6.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flame - Antimine - Minesweeper - Antimine is a minesweeper-like puzzle game. The objective is to flag the spaces with mines to make the field a safer place without exploding any of them. Get it on [Google Play](https://play.google.com/store/apps/details?id=com.logical.minato). By [lucasnlm](https://github.com/lucasnlm). (Projects / Open Source)
- trackawesomelist - Antimine - Minesweeper (⭐2) - Antimine is a minesweeper-like puzzle game. The objective is to flag the spaces with mines to make the field a safer place without exploding any of them. Get it on [Google Play](https://play.google.com/store/apps/details?id=com.logical.minato). By [lucasnlm](https://github.com/lucasnlm). (Recently Updated / [Mar 19, 2025](/content/2025/03/19/README.md))
README
# Antimine - Minesweeper
[](https://www.gnu.org/licenses/gpl-3.0) [](https://github.com/lucasnlm/antimine-flutter/releases) [](https://flutter.dev/) [](https://flame-engine.org) [](https://crowdin.com/project/antimine-android) [](https://www.appbrain.com/app/antimine-no-guess-minesweeper/com.logical.minato)### Description
Antimine is a minesweeper-like puzzle game. The objective is to flag the spaces with mines to make the field a safer place without exploding any of them.
You win the game when you've flagged every mine in the minefield. Be careful not to trigger one!
### Download
### Features
- No guessing algorithm
- Multiple themes colors (including dynamic colors and AMOLED)
- Multiple skins (including the classic)
- Game Levels: Beginner, Intermediate, Expert, Master, Legend, and Custom
- Game Statistics
- Save/Resume state when Quit/Resume game
- Resume previous saved games
- Retry failed games
- Continue after click on a mine
- 4 different control styles
- Custom long press duration
- Optional Question mark
- Open multiple areas by pressing numbers
- Game assistant to auto-flag discovered mines
- Zoom out
- Share games## Screenshots
![]()
![]()
![]()
## Build
### Internationalization
Strings are generated using [Slang](https://pub.dev/packages/slang).
```
dart run slang
```## Android
### Android build
```
flutter build appbundle --release
```### iOS Build
```
flutter build ipa --obfuscate --split-debug-info=./debug-info
flutter build appbundle
```