Skip to content

🎲 A basic text-based game developed using the C programming language.

Notifications You must be signed in to change notification settings

nixtomalon/guess-the-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎰 guess the number 🎰

Welcome to the guess the number game, a simple number guessing game implemented in C programming language

About

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.

Usage

To play the "Guess The Number" game:

  1. Clone this repository or download the source code.
  2. Open Terminal, navigate to the directory containing your file, and run:
gcc -o guess_the_number_output guess_the_number.c
  1. After successful compilation, run the executable:
./guess_the_number_output

How to play

  • 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.

Example Demo

About

🎲 A basic text-based game developed using the C programming language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages