Question: a) Complete a basic Java console minesweeper game with 10x10 grid and 10 randomly distributed mines. b) When the game starts, your program prints out
a) Complete a basic Java console minesweeper game with 10x10 grid and 10 randomly distributed mines.
b) When the game starts, your program prints out a 10x10 grid and prompts the user to enter the coordinates of the first cell to uncover. The game shows the resulting grid and prompts for new coordinates. The process will repeat, and the game ends when there is no more non-mined cell to uncover (win) or the player uncovers a mine (lose).
c) If a user wins, display a message 'Congratulations! You win! Do you want to replay (Y/N)?'
If the user enters 'Y', replay. Else, end the game.
If the user loses, display a message 'Sorry, you lose! Do you want to replay (Y/N)?'
If the user enters 'Y', replay. Else, end the game.
d) Submit the following documents / files here:
d.1) Design - pseudocode and design document in plain text or word file format.
d.2) Java Project - Submit java files.
d.3) Test Log - brief description and screen capture of your testing and debugging process in plain text or word file format with time stamps (date and time).
d.4) Teamwork Log - plain text or word file,
describe names if your team members, how do you split the work, and each person's responsibilities and contributions.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
