Answered step by step
Verified Expert Solution
Link Copied!

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

  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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design For Mere Mortals

Authors: Michael J Hernandez

4th Edition

978-0136788041

More Books

Students also viewed these Databases questions

Question

=+12.2. Suppose that A 221, A( A) > 0, and 0 Answered: 1 week ago

Answered: 1 week ago

Question

How many edit and revision sessions do they perform on shorte ?

Answered: 1 week ago

Question

How do they research and outline writing projects?

Answered: 1 week ago