RunnerUnity

An endless 3d runner. The objective of the game is to survive as long as possible while collecting points.

Technologies

The project is created using Unity and C# scripts.

Deploy

To install app download executives(game.x86_64) from our repository. Our app is compatible with:

Game world

The game world is a 3d environment with randomly generated sections. Each section is divided into three lanes consisting of different obstacles such as trees, rocks, buildings, boxes, etc.

Assets

Gameplay mechanics

The character runs on its own. It is possible to jump, slide and switch lanes in order to avoid obstacles. The distance and number of collected coins are displayed and updated as the player progresses. When the character collides with an object, the game is over.

Controls:

  • A : move to lane on the left
  • D : move to lane on the right
  • W : jump
  • S : slide

Visuals