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!
Strings are generated using Slang.
dart run slang
flutter build appbundle --release
flutter build ipa --obfuscate --split-debug-info=./debug-info
flutter build appbundle
13 commits
Dart
89.2%
C++
8.1%
CMake
1.8%
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!
Strings are generated using Slang.
dart run slang
flutter build appbundle --release
flutter build ipa --obfuscate --split-debug-info=./debug-info
flutter build appbundle
13 commits
Dart
89.2%
C++
8.1%
CMake
1.8%