Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
- Learn the rules of Sudoku
- Find 5 valid Sudoku matrices
Mission
Your mission is to create a Sudoku game with the 5 matrices you created.
- Populate 5 Matrices: You will populate your 5 matrices with the Sudoku tables you have selected
- Random Selection of a Matrix: Use the random functionality of C++ to select one of the 5 matrices you have.
- Hiding: You will use the random functionality of C++ to select 5 cells to hide.
- Playing: The matrix with the hidden values will be printed ( an empty slot will show the hidden value).
- Loop: The program will ask the user to enter the content of the 5 hidden cells
- 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
- Results: When the game ended (all 5 entries were entered), the program will print the original matrix.
Submission
IN C++!
- Submit your .cpp file
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