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: