Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Bb TESTS, ASSIGNMENTS, PROJECTS X + blackboard.saumag.edu/webapps/blackboard/content/listContent.jsp?course_id=_32210_1&content_id=_2024119_1&mode=reset Class Project: Due April 19, 2022 Class Project: Type here to search Implement in Java with a
Bb TESTS, ASSIGNMENTS, PROJECTS X + blackboard.saumag.edu/webapps/blackboard/content/listContent.jsp?course_id=_32210_1&content_id=_2024119_1&mode=reset Class Project: Due April 19, 2022 Class Project: Type here to search Implement in Java with a GUI the game Minesweeper with the following restrictions: 1. Board size: you should give the option to the user to choose at the start of the game between "Beginner", "Intermediate" and "Advanced". The board size and number of mines for each of these three choices are the following: Beginner: board 7x9 and 10 mines, Advanced: board 13x18 and 35 mines and finally Expert: board 22x25 and 91 mines > 2. your game should have a timer that displays the number of seconds played so far, if the clock reaches 1 minute for Beginner, 3 minutes for Advanced or 10 minutes for Expert then the game is lost and the mines should explode 3. Implement some small animation of mines exploding and at the same time the game should also make an exploding sound. Obviously only the not yet uncovered mines should explode, the ones that were marked as mines should not explode. Furthermore your program should point out with a red X the locations where the player marked as mine and were not correct. 4. the control of the game should be done completely by mouse clicks: left click uncovers that location, right click marks as mine in that location, a second right click erases the mine marking for that location 5. BONUS for +2p a second click on a revealed location that has the number of mines adjacent to it marked will uncover automatically all the cells adjacent that are supposed to not have any mines. As an example of what you should implement try this implementation of minesweeper: http://www.freeminesweeper.org/minecore.html DUE DATE April 19th, 2022 at midnight Please submit only the java file(s) that solve the problem and do not forget to include your details as comments in the first few lines of the source- code as comment. Additional information: 1. you have 3 possible submissions/re-submission for this project. I will be grading the very last submission. If that submission is late and other submissions are not late I will consider that you submitted late the assignment. If you want me to consider another submission, not the latest one do let me know by e-mail 2. the grading scheme is the following: 40F ENG IN 4:32 AM 4/9/2022 X : Bb TESTS, ASSIGNMENTS, PROJECTS X 1 (1) WhatsApp freeminesweeper.org C ||| Type here to search O X 1 MineSweeper - Play the classic ga X Game Options Help XXX *** W NANN NA 11 1 2111 111 211 OF TO 1 1 1 111 O 1 21 1201 111 11221 1 2003 11 NMN-N C + U 50F O T ENG 1:11 AM IN 4/18/2022 X
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started