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

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.

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.
![](img/sceneDiagram.png?raw=true)

***

### Demo

#### Machine Wins:

![](img/MachineWin.gif?raw=true)

#### Machine Lose:

![](img/MachineLoss.gif?raw=true)