In GuessTrek, players must guess random numbers and characters within a limited number of attempts. The game offers three difficulty levels, each providing a unique guessing challenge:
- Easy 🟢: Guess a number between 0 and 100 with 15 attempts.
- Medium 🟡: Guess a number between 0 and 10,000 with 10 attempts.
- Hard 🔴: Guess both a number between 10 and 100, and a random character between 'a' and 'z' with 10 attempts.
- Clone the repository:
https://github.com/aifia105/GuessTrek.git
- Navigate to the directory:
cd GuessTrek
- Compile and run the game:
gcc GuessTrek.c -o GuessTrek ./GuessTrek
Enjoy guessing and good luck ! 🔮