Find Your Mate
Find Your Mate is a bird based rhythm
arcade game where the objective is to impress your "Mate" by matching the rhythm of notes. I was the only programmer so things were a bit hectic to say the least. I bounced around answering questions to some newer Designers and artists, made interactions as well as the beat sync which was my primary concern.
That being said, the code wasn't very complex. In such a short time frame, making sure source control is properly managed as well as the project being properly scoped is a very tricky thing.
This video was made by a colleague who worked on the game as well
A brief snippet of the entire beat sync code

Line 58: A state check plus a time check to end the game.
​
Lines 61-65: Increments a timer and if timer is greater than the specified rate spawn a note.
Lines 68-73: If frenzier was active perform a skip to ensure notes are not quickly spammed out.
Line 74: decrements the timer for when frenzy mode can be activated.