Antimine is an open source minesweeper-like puzzle game.
Find a file
2020-02-09 10:27:35 -03:00
app First open source release 2020-02-06 22:50:47 -03:00
common Fix assistant bug 2020-02-09 10:27:35 -03:00
extras Add image 2020-02-08 11:01:12 -03:00
gradle/wrapper First open source release 2020-02-06 22:50:47 -03:00
wear First open source release 2020-02-06 22:50:47 -03:00
.gitignore First open source release 2020-02-06 22:50:47 -03:00
build.gradle First open source release 2020-02-06 22:50:47 -03:00
gradle.properties First open source release 2020-02-06 22:50:47 -03:00
gradlew First open source release 2020-02-06 22:50:47 -03:00
gradlew.bat First open source release 2020-02-06 22:50:47 -03:00
LICENSE Initial commit 2020-02-06 22:41:44 -03:00
README.md Add README 2020-02-08 10:58:56 -03:00
settings.gradle First open source release 2020-02-06 22:50:47 -03:00

Anti-mine

Anti-Mine is a minesweeper puzzle game. The objective is: search for all hidden mines and clear the minefield without explode any of them.

Flag the spaces with mines to make the board a safer place. You win the game when you've flagged every mine on the board. Be careful not to trigger one, or the game is over!

Contributing

Feel free to contribute with pull requests.

Download

Get it on Google Play

Building

You can build from source code by running:

git clone git@github.com:lucasnlm/antimine-android.git
cd antimine-android

./gradlew assembleRelease -Dorg.gradle.java.home=$ANDROID_JRE

Where ANDROID_JRE is the Java runtime provided by Android Studio.

Features

  • Game levels: begginner, intermediate, expert and custom
  • Android Wear OS support
  • Dark Theme support
  • Save/Resume state when quit/resume game
  • Put flag on long press
  • Put question mark on double long press
  • Game assistant to auto-flag discovered mines
  • Assessability: large toachable area

Technical Details

  • Android SDK 29
  • AndroidX
  • Lifecycle
  • Dagger
  • Room
  • Coroutines