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

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.

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!