Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
CS1331 project: Minesweeper It's a simple minesweeper game. Instructions: DisplayPanel has the main method. Once main method is running, the user should click new game button to start a new game. Then the program will prompt the user to input row, column size, and number of mines. Input value of 2 or larger in both. High Score can be displayed after 1 game has been beaten. The score is sorted by first the size of the tiles (product of the row and columns) and then the time. The score is saved for the next time the program is ran and supports loading as well. Images Used: http://sciencebitches.net/automine/minesweeper_tiles.jpg http://ecx.images-amazon.com/images/I/61Cvq7YZ4xL._SL500_AA300_.png http://www.sireasgallery.com/iconset/minesweeper/Mine_256x256_32.png http://pilothealthadvocates.com/wordpress/wp-content/uploads/question-mark.jpg http://upload.wikimedia.org/wikipedia/en/4/4a/Minesweeper_7.png