Skip to content

Commit b5f1b6e

Browse files
authored
Update README.md
1 parent 96a2fcd commit b5f1b6e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,33 @@ A 3D arcade game made with Unity, tested in Windows and Android.
66
<img src="https://raw.githubusercontent.com/Thanasis1101/CubeRun/master/Unity%20Project/CubeRun/Assets/Images/cube.png" width="200" height="220" />
77
</p>
88

9+
910
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.
1011
It has 3 levels so far, but everyone is welcome to create new levels, in order to expand the game.
1112
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)).
1213
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).
1314
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.
1415
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.
1516

17+
1618
<p align="center">
1719
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/19/Unity_Technologies_logo.svg/2000px-Unity_Technologies_logo.svg.png" width="400" height="150" />
1820
</p>
1921

22+
2023
# Android Preview
2124

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

27+
2428
<p align="center">
2529
See the full preview <a href="https://raw.githubusercontent.com/Thanasis1101/CubeRun/master/Preview/Game%20Preview.mp4">here<a/>.
2630
</p>
2731

32+
2833
# Windows Screenshots
2934

35+
3036
<p align="center">
3137
<br />
3238
<img src="https://raw.githubusercontent.com/Thanasis1101/CubeRun/master/Images/Level%201.png" width="600" height="400" />
@@ -44,25 +50,33 @@ The game could potentially be built for Linux and Mac, but these versions haven'
4450
See more screenshots <a href="https://github.com/Thanasis1101/CubeRun/tree/master/Images/">here</a>.
4551
</p>
4652

53+
4754
## Windows
4855

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

63+
5464
The installer was created using [Inno Setup](http://www.jrsoftware.org/isdl.php).
5565

66+
5667
Controls for windows users:
5768

5869
- **Move Left**: Left Arrow Key
5970
- **Move Right**: Right Arrow Key
6071
- **Jump**: Up Arrow Key or Space
6172
- **Pause**: p
6273

74+
6375
## Android
6476

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

0 commit comments

Comments
 (0)