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

https://github.com/sensorario/go-guess-number


https://github.com/sensorario/go-guess-number

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# go-guess-number [![GitHub version](https://badge.fury.io/gh/sensorario%2Fgo-guess-number.svg)](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
```