Question: Homework Assignment Module 5 - Video Games Research Learn the rules of Sudoku Find 5 valid Sudoku matrices Mission Your mission is to create a

Homework Assignment Module 5 - Video Games

Research

  1. Learn the rules of Sudoku
  2. Find 5 valid Sudoku matrices

Mission

Your mission is to create a Sudoku game with the 5 matrices you created.

  1. Populate 5 Matrices: You will populate your 5 matrices with the Sudoku tables you have selected
  2. Random Selection of a Matrix: Use the random functionality of C++ to select one of the 5 matrices you have.
  3. Hiding: You will use the random functionality of C++ to select 5 cells to hide.
  4. Playing: The matrix with the hidden values will be printed ( an empty slot will show the hidden value).
  5. Loop: The program will ask the user to enter the content of the 5 hidden cells
  6. Game End: If the user enters a wrong number, the game ends, the player loses. If the user enter the correct 5 numbers, the player wins the game
  7. Results: When the game ended (all 5 entries were entered), the program will print the original matrix.

Submission

IN C++!

  1. Submit your .cpp file

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!