Released Spring 2025
Buried in Love is a horror dating-sim, set in a seemingly normal college.
Choose between Ben or Jane, and go out on your first (and last) date!
Make meaningful choices, as you navigate going on a date with your character of choice.
Be warned though: not everything is as it appears in this seemingly colorful, innocent world...
Minigame Programmer, Background Artist, VFX, & Background Music
(Unity, C#, Procreate)
Programming
Programmed a typing minigame, where players must type all words correctly to progress to next level.
Developed scripts to handle user input and output finished text to screen to complete a sentence.
Created procedural audio changes for keyboard typing SFX and a distorted audio procedural script to simulate a Shepard tone.
Background Artwork
Illustrated 30+ visual novel backdrops using Procreate.
VFX
Created a dripping blood 2D visual effect.
Developed a warping text shader for typing minigame.
Audio
Used GarageBand and Apple Loops to arrange 20+ unique music tracks and assorted sound effects.
The Update() function handles checking if the user has successfully finished typing a word. Once this occurs, the user's input field will clear; the sentence thus far will update; and the prompt to type will update.
Creates variable pitch changes as the user types each character, simulating typing on a keyboard.
The TypingPrompt ScriptableObject is used by the TypingManager to display single-word prompts. This is accomplished by calling GetWords(), which splits the sentence into individual words.