Welcome to the guess the number game
, a simple number guessing game implemented in C programming language
This game allows users to guess a randomly generated number within a specified range. Players can input their guesses and receive hints to guide them toward the correct answer.
To play the "Guess The Number" game:
- Clone this repository or download the source code.
- Open Terminal, navigate to the directory containing your file, and run:
gcc -o guess_the_number_output guess_the_number.c
- After successful compilation, run the executable:
./guess_the_number_output
- Launch the game and enter your guess using the input method provided.
- Submit your guess to see if it matches the generated number.
- Receive hints and feedback after each guess to guide you closer to the correct number.