back

Assignment 6B: Mine Sweeper Version B

Assignment 6B-Mine Sweeper Version B

This assignment shows the second version of our recreation of the game mine sweeper. The game is designed to have twelve tiles alligned in a 4x4 grid style. Three of the tiles have been randomly choosen programmatically to be mine tiles leaving the rest of the tiles assigned with a number telling the user how close to a bomb that tile is. The user of this app is able to interact with the tiles and try to pick the nine tiles that are not bombs.

Notes:


-->This demonstrates the look of the app, with 12 tiles alligned into a 4 by 4 grid before anything has been pressed.

Notes:
  1. The apps main purpose is to allow for the user to interact and click on the tiles to display if the choosen tile is a mine or a number indicating how close to bomb that choosen tile is.

-->This demonstrates the look of the app after someone has pressed all 12 of the tiles.

Notes:
  1. This image displays all 12 of the tiles pressed revealing that there are 3 random mine tiles scattered across the grid and the remaining tiles are numbers showing how close that tile is to a bomb tile.