https://github.com/comsavvy/guessing-game
This game allows you to guess number between 1-20 five times
https://github.com/comsavvy/guessing-game
Last synced: 10 months ago
JSON representation
This game allows you to guess number between 1-20 five times
- Host: GitHub
- URL: https://github.com/comsavvy/guessing-game
- Owner: comsavvy
- Created: 2019-10-19T22:15:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-19T22:29:49.000Z (about 6 years ago)
- Last Synced: 2025-01-25T15:29:14.423Z (12 months ago)
- Language: C++
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game guessing
This program was written in C++ for guessing numbers between 1 to 20. After 5 trials the program will stop.
Can you guess the number?
# I wish you best of luck!