Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NonRoute authored Jun 20, 2022
1 parent 59ee28c commit 386a444
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
# Simple-Golf
This is my first game made by unity
This is my first game made by Unity

## How to play
1. Enter website https://nonroute.github.io/Simple-Golf/ <br/>
or download game from https://github.com/NonRoute/Simple-Golf/releases/tag/v1.0
1. Go to https://nonroute.github.io/Simple-Golf/ <br/>
or download the game from https://github.com/NonRoute/Simple-Golf/releases/tag/v1.0

2. Click play! <br/>
<img height="300" src="/images/main-menu.png"/>

3. Click on golf and drag in opposite direction you want to hit. <br/>
3. Click on golf and drag in the opposite direction you want to hit. <br/>
The further you drag, the harder you hit.
<img height="300" src="/images/start.png"/>
<img height="300" src="/images/drag.png"/>

4. Goal of this game is to make golf falls into the hole with lowest hit possible. <br/>
Each times you hits a golf, the score will decrease by 1.
4. The goal of this game is to make the golf falls into the hole with the lowest hit possible. <br/>
Each time you hit a golf, the score will decrease by 1.
<img height="300" src="/images/hole.png"/>

5. There are items and special terrains in this game
- **Coin**: increase score by 1 <br/>
5. There are items and special terrain in this game
- **Coin**: increase your score by 1 <br/>
<img height="100" src="/images/coin.png"/>
- **Booster**: add force to a golf in direction same as arrow <br/>
- **Booster**: add force to a golf in the same direction as an arrow <br/>
<img height="100" src="/images/booster.png"/>
- **Moving Platform**: a moving obstacle <br/>
<img height="100" src="/images/moving-platform.png"/>
- **Box**: a obstacle that can moved when collided with golf <br/>
<img height="100" src="/images/box.png"/>
- **Sand**: make golf slower <br/>
- **Sand**: makes golf slower <br/>
<img height="100" src="/images/sand.png"/>
- **Water**: restart level <br/>
<img height="100" src="/images/water.png"/>
Expand Down

0 comments on commit 386a444

Please sign in to comment.