A simple 3D runner game built with Unity.
Alien Runner, which is a 3D game, was developed on the basis of Runner games for the purpose of working at the introductory level to game programming with Unity. Due to the fact that the game is purely educational purpose and was developed while still at the entry level, it does not provide the most optimum conditions. Therefore, it is a project that is open for improvement in terms of both performance and design.
- The player an alien moving forward a path in space.
- The aim of the game is to reach the finish point without hitting the meteors on the path.
- With each new level, the player's speed and frequency of meteors increase further and the game becomes more difficult.
- The game consists of three levels in total and at the end of the 3rd level the game ends.
A
or<-
- Move leftD
or->
- Move rightEsc
- Exit to menu
Distributed under the MIT License. See LICENSE
for more information.