Author: Mercygold Msaki
Gold Finder is a game where the player tries to find a certain number of gold coins which are randomly placed in cells on the game board. The player taps on a cell to inspect it. If the cell contains a gold coin, then the gold coin is revealed. If there is no gold coin, then inspecting the cell triggers a scan which shows the count of hidden gold coins in the same row and column as the selected cell. This information allows the player to make smart choices about which cells to inspect. The goal is to find all the gold coins using the minimum number of scans.
- A Welcome Screen
- The Main Menu: allows the user to navigate to the game, options, and help screens
- The Game screen: allows the user to play the Gold Finder game.
- A Game Won pop up when the player wins: congratulates the player and return to the Main Menu
- The Options screen: allows the user select board size and number of mines
- The Help screen: displays some information about who wrote the application and some text explaining the game

