An open API service indexing awesome lists of open source software.

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.

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.