A simple and fun Number Guessing Game implemented in C++! Test your guessing skills by trying to identify the randomly generated number within a given range.
- Random number generation for fairness.
- Provides hints after each guess.
- Keeps track of the number of attempts.
Follow these instructions to set up and run the game on your system.
Ensure you have the following:
- A C++ compiler (e.g.,
g++
). - A terminal or command prompt for execution.
-https://github.com/Vaibhav7xctrl/numberGame -https://roadmap.sh/projects/number-guessing-game
- Clone this repository to your local machine:
git clone git@github.com:Vaibhav7xctrl/numberGame.git cd numberGame