Skip to content

simple and fun C-based guessing game where players are challenged to guess random numbers and characters within a set number of attempts

Notifications You must be signed in to change notification settings

aifia105/GuessTrek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟 GuessTrek 🎮

🚀 Game Overview

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.

📥 Installation & Run

  1. Clone the repository:
    https://github.com/aifia105/GuessTrek.git
  2. Navigate to the directory:
    cd GuessTrek
  3. Compile and run the game:
    gcc GuessTrek.c -o GuessTrek
    ./GuessTrek

Enjoy guessing and good luck ! 🔮

About

simple and fun C-based guessing game where players are challenged to guess random numbers and characters within a set number of attempts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages