You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
10
11
It has 3 levels so far, but everyone is welcome to create new levels, in order to expand the game.
11
12
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)).
12
13
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).
13
14
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.
14
15
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.
0 commit comments