top of page

Get U The FO

2023

Specifications

​

Genre: Endless Runner

Engine: Unity

Language: C#

Time: 6 Weeks (40%)

Team: 14 People​

​​​

Introduction

Area 51, Code red! The Alien is loose!​ Grab any Cosmic Goo and Gadgets you can as you evade the feds on this mad dash to freedom!​​​

​

Get U the FO is an endless runner type game where the player takes control of a small alien escaping from Area 51.

Contribution

​My role during this project was to implement many of the gameplay mechanics, as well as some SFX. I worked on player movement (running, sliding, turning, and lane change), a few power-ups, and checkpoints. 

 

A considerable amount of time was spent on implementing and polishing the turning mechanic. I prioritized that it would be simple for the player to quickly change which direction to go when approaching the zone. Before or during the turn, the player has the option to select which direction to go, which can be changed at any time. The camera additionally had to be polished to prevent clipping and feel smooth when making the turn. Cinemachine unfortunately did not have any built-in functionality for this, where I instead made my own custom solution by placing the camera in world-space.

GetUTheFO_Turn.gif
bottom of page