Mind Drifter was a game designed through a group class called "Game Production 2", in which I worked with 7 others on this game. In this project, I played the role of Lead Programmer and was responsible for scripting most of the interactive gameplay objects. In the process of designing these, I did my best to cut down on as much work as I could by "combining" scripts, such as making a "hinged object" script instead of a door or drawbridge script.
In this game, you solve puzzles and progress through levels by swapping at will between playing as Logica and Partum, two halves to a whole. Partum has the ability to create objects, while Logica has the ability to reach far and modify the objects Partum creates, such as turning a cube into a platform or a sphere into a launcher.
Due to the basic design of the game, I was able to re-use my custom first-person rigidbody movement system, with the modification of mid-air movement. During its time here, I managed to work out a few kinks and make the system feel more polished, including working out how to avoid slopes acting more like ramps. Alongside this, in order to reduce the overall amount of scripts necessary to write, I found ways to have scripts that could be reused in other forms, such as a hinged object behavior instead of creating both a door and drawbridge behavior.
Alongside this, I designed the level titled Occipital Lobe, which re-uses the song from another of my prototypes, Collision of Realms. In creating this level, I was attempting to make up for the first level, which was heavily linear. However, through playtesting, I found that my skills in using the environment to direct a player's attention need work, as players seemed to have some difficulty finding their way around.

You may also like

Back to Top