|
1 | 1 | # Simple Cube Game
|
2 |
| - |
3 |
| - |
4 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
5 | 5 |
|
6 |
| -This game is built at the third person within Unity3D. It's a simple cube game made to learn Unity engine. |
| 6 | +This game is built at the third person within Unity3D. |
| 7 | +It's a simple cube game made to learn Unity engine. |
7 | 8 |
|
8 |
| -## Final result |
9 |
| -This is the final result of the project:<br/><br/> |
| 9 | +## Table of contents |
| 10 | +1. [Reference](#ref) |
| 11 | +2. [Final result](#result) |
| 12 | + 1. [Video](#video) |
| 13 | + 2. [Screenshots](#images) |
| 14 | +3. [Game installation](#install) |
| 15 | + |
| 16 | +## Reference <a id = "ref"></a> |
| 17 | +The project can be found via the link below :<br/> |
| 18 | +- https://gitlab.com/obrymec/simple_cube_game |
| 19 | + |
| 20 | +## Final result <a id = "result"></a> |
| 21 | +This is the final result of the project :<br/> |
| 22 | +### Video <a id = "video"></a> |
10 | 23 | [](https://youtu.be/zCni4Z1Sr2c)
|
11 | 24 |
|
12 |
| -## Game installation |
13 |
| -- Download <strong><i>game.7z</i></strong> or run the command line below: |
| 25 | +### Screenshots <a id = "images"></a> |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | +## Game installation <a id = "install"></a> |
| 30 | +- Download <strong><i>game.7z</i></strong> or |
| 31 | +run the command line below : |
14 | 32 | ```sh
|
15 | 33 | git clone git@github.com:obrymec/simple_cube_game.git cube_game/
|
16 | 34 | ```
|
17 | 35 | - Decompress <strong><i>game.7z</i></strong> file;
|
18 | 36 | - Run <strong><i>game.exe</i></strong> file.
|
19 | 37 |
|
20 |
| -<strong><u>Pay Attention</u></strong>: <i>This game is built for Windows only. Make sure you to open it on Windows OS only</i>. |
| 38 | +<strong><ins>Pay Attention</ins></strong> : |
| 39 | +<i>This game is built for Windows only. |
| 40 | +Make sure you to open it on Windows |
| 41 | +OS only</i>. |
21 | 42 |
|
22 | 43 | Enjoy :)
|
0 commit comments