Question: C++ Thank you please Whac-A-Mole This program: 1. Develops a board of 'holes', one of which contains a 'mole' that must be selected by the

C++ Thank you please
Whac-A-Mole This program: 1. Develops a board of 'holes', one of which contains a 'mole' that must be selected by the user in order for the mole to be hit. 2. There will be three levels to the game that will automatically be entered based on player performance. a. Level 1 must be a 2x2 board b. Level 2 must be a 3x3 board c. Level 3 must be a 4x4 board 3. The options for the holes will be specific keys on the keyboard (i.e. keys Q,W,A, S for Level 1, Q,W,E,A, S,D, Z, X, C for Level 2, etc) 4. The location of the mole should change based on a specific time 5. Progression to the next level should be based on if the player 6. Output the players score. set in the program. can progress successfully through each round. Program should include: Functions - Array - Branching - Random Number Generator Loop User Input Whac-A-Mole This program: 1. Develops a board of 'holes', one of which contains a 'mole' that must be selected by the user in order for the mole to be hit. 2. There will be three levels to the game that will automatically be entered based on player performance. a. Level 1 must be a 2x2 board b. Level 2 must be a 3x3 board c. Level 3 must be a 4x4 board 3. The options for the holes will be specific keys on the keyboard (i.e. keys Q,W,A, S for Level 1, Q,W,E,A, S,D, Z, X, C for Level 2, etc) 4. The location of the mole should change based on a specific time 5. Progression to the next level should be based on if the player 6. Output the players score. set in the program. can progress successfully through each round. Program should include: Functions - Array - Branching - Random Number Generator Loop User Input
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
