Programming Through Mobile App Development
Minesweeper Version 6
This demonstrates the startup look of version six of the Minesweeper application that I created.
- The tiles that you see are Android TextView.
- Clicking on Build Grid would launch the application.
- The numbers next to Build Grid set the game to the size and how many tiles and how many bombs there would be.
- This is what the app looks like with the set parameters before the app was built.
- Every 1 that you see is a bomb. The bombs shows when the you press a 1.
- The numbers that are in red tell you how far you are away from a bomb.
- This is what the app looks like when you change the parameters from 5-6-6 to 8-6-6.