A simple “Guess the Number” game developed in C++ using basic programming concepts.
The program generates a random number and the player tries to guess it. After each guess, the program provides feedback whether the guess is too high or too low until the correct number is found.
This project demonstrates C++ skills including loops, conditional statements, input/output operations, and basic logic implementation