/MineSweeper2D

Primary LanguageJavaApache License 2.0Apache-2.0

MineSweeper 2D

Updating my initial implementation of MineSweeper to work on the current versions of Android.

Currently, you're presented a 9x9 mine field. Move the yellow dot about the field by moving your head. Speak "reveal" to reveal a tile. Swiping left on the pad reveals a tile. Swiping right flags or unflags a tile. Game ends when a bomb is exposed.

TODO

I plan to implement the following features (in no particular order):

  • Get it working