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

https://github.com/mrnazu/guess-the-number

simple c++ console-based game :)
https://github.com/mrnazu/guess-the-number

cpp guessing-game guessing-number-game

Last synced: 12 months ago
JSON representation

simple c++ console-based game :)

Awesome Lists containing this project

README

          

## simple console-based game

Requirements:
- The program should generate a random number between a specified range (e.g., 1 to 10).
- The player should be prompted to guess the number.
- Provide feedback to the player if their guess is too high, too low, or correct.
- Allow the player to keep guessing until they correctly identify the number.
- Count and display the number of attempts it took for the player to guess correctly.
![image](https://github.com/mrnazu/guess-the-number/assets/108541991/d5e7311f-9146-4d3f-86d2-418b994f50d7)