Christian Gonzalez

Game Summary

Build up speed to escape the loop. Avoid the traps and keep an eye out for boosts! Destroy walls if you need a path. (LudumDare47 Submission)

Full Project Commit History

The Full commit History to showcase in detail all of my contributions to this project

Player Movement

Created a movement system that allows the player to build up speed as long as they hold down one of the move keys or they don't crash with a wall.

Teleporter

Created a teleporter that matches the players X and Y position to allow them to build speed and position themselves to reach new areas.

Break Wall

Created a script that destroys the walls if the player is moving over the required velocity to break them.

Speed Boost Fixes

Update the SpeedBoost mechanic to work with the new version of the player movement script that no longer used a rigidbody.