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 :)
- Host: GitHub
- URL: https://github.com/mrnazu/guess-the-number
- Owner: mrnazu
- Created: 2023-12-22T11:11:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T14:26:14.000Z (over 2 years ago)
- Last Synced: 2025-03-11T19:38:49.631Z (over 1 year ago)
- Topics: cpp, guessing-game, guessing-number-game
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
