https://github.com/golem2game/guess-the-number
🎮 A simple C program where you have to guess a random number between 1 and 100. Great for beginners learning C basics like loops, conditions, and functions.
https://github.com/golem2game/guess-the-number
c gcc-complier guess-the-number guessing-game programming programming-language vscode
Last synced: 7 months ago
JSON representation
🎮 A simple C program where you have to guess a random number between 1 and 100. Great for beginners learning C basics like loops, conditions, and functions.
- Host: GitHub
- URL: https://github.com/golem2game/guess-the-number
- Owner: Golem2Game
- License: other
- Created: 2025-04-08T18:01:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-08T18:05:57.000Z (9 months ago)
- Last Synced: 2025-04-11T15:58:24.567Z (9 months ago)
- Topics: c, gcc-complier, guess-the-number, guessing-game, programming, programming-language, vscode
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎯 Guess the Number Game (C)
A fun C terminal game where you guess the number chosen by the computer
# How to Run
1. Download VS Code
2. Open this folder in VS Code.
3. Install the Extention Called 'Code Runner'
4. Now, Click Ctrl + F5 Or Click on Right Side Top Conner
5. Enjoy the Game....!!!
# About the Author
I'm Golem2Game who created this game using C Programming.