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

https://github.com/shamaevnn/guess-number-game

Computer thoughts of some integer number, you must guess it with limited number of attempts
https://github.com/shamaevnn/guess-number-game

Last synced: 3 months ago
JSON representation

Computer thoughts of some integer number, you must guess it with limited number of attempts

Awesome Lists containing this project

README

        

# Guess number game

## Rules
Computer has thought of some integer number. You must guess it, you have `numberOfAttempts` attempts.

## How to run
Just type in console
```bash
go run main.go
```
`maxNumber` and `numberOfAttempts` must be integers.

## Example
![.](./imgs/example.png)