Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 524 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 524 Bytes

Guessing-Game

During the previous semester (Fall 2022), as part of my C++ class, we were assigned creating a game. The game I developed is this one.

You need to guess three Numbers ranging from 3 to 9 in order. The three numbers are unique and are generated randomly . You have a total of 10 attempts, and after each attempt 2 functions will be called to display how many numbers were in order and how many numbers were guessed. If you fail to guess the numbers correctly within the 10 attempts, then it's game over.