Puzzle Pals
An ongoing project started in early summer 2021, this multiplayer Jigsaw puzzle game was created alongside two other engineers, in Unity.
My contributions include designing and developing a procedural puzzle generator and networking, using the Mirror networking package. The generation algorithm determined the shape of the puzzle and sampled points of the lines composing it to then generate piece meshes.
Ministry of Natural Resources: Growth and Yield Field app
Alongside a team of engineers, developed a data collection app for the Ministry of Natural Resources of Ontario, using Android Studio and Java over the course of 8 months.
My contributions included developing a modular method of creating forms to allow updates and additions quickly and easily. Additionally I developed an algorithm to convert database schemas between SQLite and SQLExpress.
Hive-Minded
Created over the course of a month, in Unity, for the GitHub Game Off 2021 Game Jam in a team of three.
My contributions included creating a level editor to allow levels to be built, saved, and integrated into the game quickly and easily. Additionally I designed a majority of the levels as well as implemented unique piece mechanics.
Meet Someone New (MSN)
Created over ten days, in Unity, for Scream Jam 2021 in a team of three as the sole programmer.
Utilizing Yarn Spinner for Unity, I was able to implement a dialogue system that allowed the player to navigate through a branching dialogue tree. Additionally, using custom Yarn commands, I was able to trigger in game events when dictated by our writer, through the Yarn file.
Hylophobia
(Horror Prototype)
Hylophobia is a 3D horror game prototype set in a haunted forest. Built in Unity, I utilized Cinemachine to make cinematic style camera shots. Additionally I built a variety of horror effects to interact with the player. An example of such effect is a rustle sound, that if looked at would spawn an unsettling object behind the player.
Sinister Sidekicks
Sinister Sidekicks was made in less than a week, in Unity, for the Bored Pixels Game Jam. This game placed 12th out of 125 entries!
This game was made with a partner and involves assembling the perfect team of supervillains to defeat a single hero. Players must use their deductive skills to counter the hero’s abilities and ensure victory. My contributions include the development of UI components and effects.
Pulsing Vertex Shader
Made to explore the Shader Graph tool in Unity. This shader can pulse at different speeds as well as intensities.