Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanasis1101 authored Sep 16, 2018
1 parent 1becf07 commit 96a2fcd
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
Expand Up @@ -3,12 +3,12 @@ A 3D arcade game made with Unity, tested in Windows and Android.

<p align="center">
<br />
<img src="/Unity%20Project/CubeRun/Assets/Images/cube.png" width="200" height="220" />
<img src="https://raw.githubusercontent.com/Thanasis1101/CubeRun/master/Unity%20Project/CubeRun/Assets/Images/cube.png" width="200" height="220" />
</p>

Cube Run is a simple 3D game, in which you control a cube and you try to reach the finish line without hitting on the obstacles or falling from the side of the corridor.
It has 3 levels so far, but everyone is welcome to create new levels, in order to expand the game.
The game was developed in [Unity Personal](https://store.unity.com/download?ref=personal), using C# (you can find the scripts [here](/Unity%20Project/CubeRun/Assets/Scripts)).
The game was developed in [Unity Personal](https://store.unity.com/download?ref=personal), using C# (you can find the scripts [here](https://github.com/Thanasis1101/CubeRun/tree/master/Unity%20Project/CubeRun/Assets/Scripts)).
In order to create this game, I followed the [Unity tutorial](https://www.youtube.com/watch?v=j48LtUkZRjU&list=PLPV2KyIb3jR5QFsefuO2RlAgWEz6EvVi6) from the [Brackeys](https://www.youtube.com/user/Brackeys) youtube channel (very well-made tutorial).
Then I added some extra functionality (like cube shatter on collision, more animations, controls for Android users etc.) with the help of other youtube videos and relevant forums.
The game could potentially be built for Linux and Mac, but these versions haven't been tested yet. Feel free to build it and test it yourself, if you want.
Expand All @@ -19,7 +19,7 @@ The game could potentially be built for Linux and Mac, but these versions haven'

# Android Preview

![](/Preview/Game%20Preview.gif)
![](https://raw.githubusercontent.com/Thanasis1101/CubeRun/master/Preview/Game%20Preview.gif)

<p align="center">
See the full preview <a href="https://raw.githubusercontent.com/Thanasis1101/CubeRun/master/Preview/Game%20Preview.mp4">here<a/>.
Expand All @@ -29,25 +29,25 @@ The game could potentially be built for Linux and Mac, but these versions haven'

<p align="center">
<br />
<img src="/Images/Level%201.png" width="600" height="400" />
<img src="https://raw.githubusercontent.com/Thanasis1101/CubeRun/master/Images/Level%201.png" width="600" height="400" />
</p>
<p align="center">
<img src="/Images/Lose.png" width="600" height="400" />
<img src="https://raw.githubusercontent.com/Thanasis1101/CubeRun/master/Images/Lose.png" width="600" height="400" />
</p>
<p align="center">
<img src="/Images/Level%202.png" width="600" height="400" />
<img src="https://raw.githubusercontent.com/Thanasis1101/CubeRun/master/Images/Level%202.png" width="600" height="400" />
</p>
<p align="center">
<img src="/Images/Level%203.png" width="600" height="400" />
<img src="https://raw.githubusercontent.com/Thanasis1101/CubeRun/master/Images/Level%203.png" width="600" height="400" />
</p>
<p align="center">
See more screenshots <a href="/Images/" target="_blank" >here</a>.
See more screenshots <a href="https://github.com/Thanasis1101/CubeRun/tree/master/Images/">here</a>.
</p>

## Windows

In order to install the game on Windows, you should:
- Download the Installer from [here](/Install/Windows/Cube_run_setup.exe)
- Download the Installer from [here](https://github.com/Thanasis1101/CubeRun/tree/master/Install/Windows/Cube_run_setup.exe)
- Run the Installer
- Run the installed game

Expand All @@ -63,7 +63,7 @@ Controls for windows users:
## Android

In order to install the game on Android, you should:
- Download the APK from [here](/Install/Android/CubeRun.apk)
- Download the APK from [here](https://github.com/Thanasis1101/CubeRun/tree/master/Install/Android/CubeRun.apk)
- Install the APK
- Run the installed game

Expand Down

0 comments on commit 96a2fcd

Please # to comment.