Robot Escaper

Click here to play

Overview

Robot Escaper is an endless running game developed with Unity.

This game features in simple control. All the player needs to do is jumping and dashing. As an endless running game, there is no ending in this game. It would be harder and harder, and all the levels are procedurally generated.

It’s my first game using Unity. I followed the tutorials on the Unity official site and polished it in my spare time, which took me a month to get familiar to Unity.

Features

Simple control

Press Z to jump

Press X to dash

It’s extremely easy to control the robot - press Z to jump and X to dash. The robot can jump twice until it touches the platform to reset. There are two green orbs to indicate the jump times left.

Special platforms

Normal Platform Moving Platform Dropping Platform

The Normal Platform is just a platform to run on, while the Moving Platform would randomly generated to move horizontally or vertically repeatedly, and the Dropping Platform would drop down once the robot touches it no matter from which direction.

Endless levels, harder and harder

The platform spawners would generate different sizes and kinds of platform randomly depending on current distance from the start. For every 50m, the combination of platforms would become harder and harder. The difficulty is capped at 300m, where most of the platforms would be replaced with small Dropping Platforms.

Highscores

This game also has a highscore system. Once your score is within top 100, it would prompt you to submit your score. There is a server handling the MySQL database for these top 100 highscores.

Credits

Leave a Comment