https://github.com/sensorario/go-guess-number
https://github.com/sensorario/go-guess-number
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sensorario/go-guess-number
- Owner: sensorario
- License: mit
- Created: 2018-09-08T21:36:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-26T06:01:47.000Z (almost 4 years ago)
- Last Synced: 2025-12-26T08:34:44.403Z (6 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-guess-number [](https://github.com/sensorario/go-guess-number/releases)
## Example
```bash
game started
turn started
guess the number ...
>> 4
>> you number is lower
turn ended
turn started
guess the number ...
>> 8
>> you number is lower
turn ended
turn started
guess the number ...
>> 9
>> you win !!!
turn ended
```