Minesweeper assignment for ITI1121. This project contains the bonus portion of the assignment, which gives the player the ability to "flag" a position on the board that may contain a mine.
Minesweeper.java and Stack.java were pre-coded by professor Turcotte and Jourdan. Main is contained in the former.
Left Click - Uncover a position on the board.
Right Click - Flag a position on the board that might contain a mine.