๐ท๐ป My First โธ Project . It is just a basic game ๐ฎ coded in โธ language . It is very intractive game when you play this ,you will like to score ๐ more and more...
The computer randomly picks a number between 1 and 100, and your task is to guess it in the fewest tries possible.
This is a simple number guessing game written in C.
The computer generates a random number between 1 and 100,
and you have to guess it.
-
The program generates a random number between 1 and 100.
-
You enter guesses one by one.
-
The program tells you if you should guess higher or lower.
-
When you guess correctly, it shows:
- Number of guesses you made
- Your score
Click on Code โ Download ZIP, then extract it. Or clone with Git:
Or you can compile and run on online platform like programiz
https://www.programiz.comOr install gcc and compile it and run in terminal