Antimine is an open source minesweeper-like puzzle game.
Find a file
2020-07-05 22:59:29 -03:00
.github Run only testGoogleDebugUnitTest 2020-06-20 16:35:51 -03:00
app Add control icon 2020-07-05 22:59:29 -03:00
common Add icons to all menu items 2020-07-05 22:56:17 -03:00
fastlane/metadata/android typo 2020-06-03 09:33:24 +08:00
foss Bump version 2020-07-05 21:14:40 -03:00
gradle/wrapper Update gradle-wrapper.properties 2020-04-16 09:33:51 -03:00
proprietary Bump version 2020-07-05 21:14:40 -03:00
wear Fix build 2020-07-05 21:22:29 -03:00
.editorconfig Fix ktlint imports 2020-03-08 14:44:30 -03:00
.gitignore Update .gitignore 2020-04-09 08:44:39 -03:00
build.gradle Bump android version 2020-06-30 23:52:35 -03:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2020-03-22 13:19:55 -03:00
CONTRIBUTING.md Create CONTRIBUTING.md 2020-03-22 13:18:29 -03:00
detekt.yml Add detekt.yml config file 2020-06-28 14:13:42 -03:00
gradle.properties First open source release 2020-02-06 22:50:47 -03:00
gradlew Move proprietary code to proprietary lib 2020-04-08 09:34:28 -03:00
gradlew.bat Move proprietary code to proprietary lib 2020-04-08 09:34:28 -03:00
LICENSE Initial commit 2020-02-06 22:41:44 -03:00
PRIVACY_POLICY.md Rename privacy_policy.md to PRIVACY_POLICY.md 2020-05-24 19:40:53 -03:00
README.md Merge branch 'master' into migrate-to-hilt 2020-06-20 16:23:48 -03:00
settings.gradle Change settings 2020-04-08 09:37:40 -03:00

Antimine - Minesweeper

Android CI License: GPL v3 GitHub release ktlint crowdin FOSSA Status

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!

Screeshots

Contributing

Feel free to contribute with issues, feature requests, pull requests, or translating.

Download

Get it on F-Droid 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
  • Game statistics
  • Android Wear OS support
  • Dark Theme support
  • Save/Resume state when quit/resume game
  • Resume previous games
  • Retry failed games
  • Put flag on long press or double click
  • Put question mark on double long press
  • Open multiple areas by long pressing the numbers
  • Game assistant to auto-flag discovered mines
  • Share game
  • App shortcuts
  • Split screen
  • Assessability: large toachable area
  • Assessability: screen reader

Technical Details

License

FOSSA Status