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
- Host: GitHub
- URL: https://github.com/shamaevnn/guess-number-game
- Owner: shamaevnn
- Created: 2021-12-31T10:50:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-31T10:51:32.000Z (over 3 years ago)
- Last Synced: 2025-01-22T20:34:57.037Z (5 months ago)
- Language: Go
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
