https://github.com/kd-3030/numberguessinggame
Simple number guessing game where you have 10 attempts to guess a randomly generated value between 1 ro 100.
https://github.com/kd-3030/numberguessinggame
basic-programming c
Last synced: about 1 year ago
JSON representation
Simple number guessing game where you have 10 attempts to guess a randomly generated value between 1 ro 100.
- Host: GitHub
- URL: https://github.com/kd-3030/numberguessinggame
- Owner: KD-3030
- Created: 2025-01-28T17:16:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T17:53:47.000Z (over 1 year ago)
- Last Synced: 2025-02-07T11:17:50.024Z (over 1 year ago)
- Topics: basic-programming, c
- Language: C
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Number Guessing Game**
This project is a simple and interactive game where the computer randomly selects a number between 1 and 100, and the player has to guess the number within a limited number of attempts (e.g., 10). After each guess, the program provides feedback, telling the player if their guess was too high or too low. The game ends when the player guesses the correct number or runs out of attempts. It’s a fun way to practice logic, problem-solving, and programming skills!