HOT DOG ESCAPE
ROLE
Lead Developer / Programmer
DESCRIPTION
Hot Dog Escape is a light-hearted 3D Adventure Platformer, That sees the player utilise web-slinging as a means of navigating/exploring a sandbox environment. Physics-based first-person controller using rigidbody. Running, Jumping and Sliding all have a sense of momentum
YEAR
2021
GENRE
First-person Platformer
PLATFORM
PC
DEVELOPMENT
PLAYER CONTROLLER & GRAPPLE
First Person Controller
Created a dynamic physics-based movement system using Ridgidbody component. The First-person controller consists of two C# scripts One dedicated to the camera position relative to the player, named “MoveCamera” the other applying the forces on the player dictating its movement named “PlayerMovement”
Grapple Hook
Developing the grapple hook was a rewarding experience. I adopted the use of Raycasting to enable interaction with the environment. When the mouse button is pressed it then proceeds to use the line renderer component to draw a rope from the tip of the gun to the position the raycast collided with the game object. All mechanics and components featured in the game are easily adaptable and reusable allowing me to use them in future projects.
LEVEL DEVELOPMENT
Collaborated with the design and art team to build the level environment in Unity's game engine. My proficiency with Unity allows me to produce high quality products within a rapid development pipeline