A simple Number Guessing Game built in C language.
The program generates a random number between 1 and 100, and the player has to guess it.
The game provides hints if the guess is too high or too low, and also shows the number of attempts taken.
- Random number generation using rand() and time()
- Hints for each guess (Too high / Too low)
- Counts number of attempts
- Clean and user-friendly output
- Clone this repository:
git clone https://github.com/vikash-kun/number-guessing-C.git