Skip to content

A command-line guessing game where the player needs to find the mystery number lying within 1 and 100.

License

Notifications You must be signed in to change notification settings

agnibhu-1902/guess-the-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

guess-the-number

A command-line guessing game where the player needs to find the mystery number lying within 1 and 100.

How to compile?

Use 'gcc' or 'clang' to compile 'main.c'.

gcc -o main main.c
clang -o main main.c

How to execute?

Run the 'main' executable from the command-line.

Windows:

.\main.exe

MacOS (Unix) and Linux:

./main

About

A command-line guessing game where the player needs to find the mystery number lying within 1 and 100.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages