https://github.com/debakarr/-unity-simple-number-guess-game
A simple game where the machine have 10 chance to guess number a human choose.
https://github.com/debakarr/-unity-simple-number-guess-game
basic-learning game game-engine unity
Last synced: 11 months ago
JSON representation
A simple game where the machine have 10 chance to guess number a human choose.
- Host: GitHub
- URL: https://github.com/debakarr/-unity-simple-number-guess-game
- Owner: debakarr
- Created: 2018-01-12T05:11:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T05:50:40.000Z (over 8 years ago)
- Last Synced: 2025-01-11T09:47:13.662Z (over 1 year ago)
- Topics: basic-learning, game, game-engine, unity
- Language: ASP
- Size: 23.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Unity] Simple Number Guess Game
A simple game where the machine have 10 chance to guess number that a human(player) choose.
***
### Rules
1. The machine have 10 chances.
2. In each turn machine will **select** and **display** a number **randomly** (between two range, depending upon player choice) and will ask the player whether that number is the one they choose at the beginning. If not the is the number(which player choose) is either **higher** or **lower** than the displayed one.
3. If the machine guess the number correctly in 10 turns the it wins else it losses.
4. You can restart the game after the machine wins or lose.
***
### Scene
There are 4 scene in the game, **Start**, **Game**, **Lose**, **Win**.
The scene diagram is given below.

***
### Demo
#### Machine Wins:

#### Machine Lose:
