brendanddev/Number-Guessing-Game
The code defines a number guessing game with two main modes. In the first mode, the computer randomly selects a number between 1 and 100, and the user attempts to guess it. In the second mode, the user specifies a range for the random number, and then tries to guess it. The code includes input validation, handles exceptions, and ...
C++
Stargazers
No one’s star this repository yet.