Programming Through Mobile App Development

Minesweeper Version 6

This demonstrates the startup look of version six of the Minesweeper application that I created.

  1. The tiles that you see are Android TextView.


  2. Clicking on Build Grid would launch the application.


  3. The numbers next to Build Grid set the game to the size and how many tiles and how many bombs there would be.


  1. This is what the app looks like with the set parameters before the app was built.


  2. Every 1 that you see is a bomb. The bombs shows when the you press a 1.


  3. The numbers that are in red tell you how far you are away from a bomb.


  1. This is what the app looks like when you change the parameters from 5-6-6 to 8-6-6.