This is my initial implementation of MineSweeper on Google Glass
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.
You can use your IDE to compile and install the sample or use
adb
on the command line:
$ adb install -r MineSweeper.apk
To start the sample, say "ok glass, play a game with minesweeper" from the Glass clock screen or use the touch menu.
I plan to implement the following features (in no particular order):
- Use Graphics instead of text
- Scoreboard
Timer- Selectable difficultly
Use Gestures- Others as I think of them