diff --git a/README.md b/README.md index 3d99573..f0a04dd 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ A 3D arcade game made with Unity, tested in Windows and Android.


- +

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. @@ -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)

See the full preview here. @@ -29,25 +29,25 @@ The game could potentially be built for Linux and Mac, but these versions haven'


- +

- +

- +

- +

- See more screenshots here. + See more screenshots here.

## 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 @@ -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