Project:3LF


Projct:3LF is a 3D puzzle platformer where the player takes on the role of the Moth Boy. As Moth Boy you are set to help the denizens of the decrepit and ruined Lab in which you were all grown.


The project was developed under 7 weeks as a part of Game Project 3 at Futuregames.

Movement


For the project, I worked on the character movement logic, both in C++ and in the character prefab. The player character can run, sprint, jump, double jump, dash and glide.

Project3LF_Movement_8
Project3LF_Movement_7
Project3LF_Movement_6
Project3LF_Movement_5
Project3LF_Movement_4
Project3LF_Movement_3
Project3LF_Movement_2
Project3LF_Movement_1

Version Control and Build Management


At the end of the project, I was the one who was controlling if it was building, and was in charge of fixing any issues that would pop up, such as cleaning up the code and making sure that nothing was unnecessary and causing the engine to fail when building. Over the course of the final 2 weeks, I have learned a lot about diagnosing issues of this kind, finding the culprit and fixing the problem.


Additionally, this particular project was faced with a lot of issues when it came of version control. The task of making sure everyone's work was saved and submitted properly was on me. During this time period, I can confidently say I have learned a lot about Perforce. Still a lot to learn in the future, though!