EmuMan

Home Programming Games Music About

Games

A collection of games that I have worked on, both solo projects and collaborations, for game jams, school, or just personal experiments.




Johnrey

Unity, C#

One of my favorite classes at Cal Poly was CSC 378, a game design class in disguise. I took the class with my roommate and one of the projects we created was Johnrey. I'm quite proud of the mechanics I developed for this game, including the animations and platforming technology.

Johnrey is a 2D platformer in which you, John, are a stick figure wielding a bow and arrow. Your goal is to reach Big John, but to do so you must navigate your terrain and defeat the numerous devils shooting fireballs at you. My partner for this project was Shayan Daijavad.

Click here to play Johnrey!

Bubble Collapse

Bevy, Rust, ECS

For Global Game Jam 2025, I decided to try something different and used Bevy as my game engine. Bevy is an ECS-based game engine written in Rust, which meant I had to get used to a couple of things. The first was ECS (Entity-Component-System) architecture, which is a bit different from the OOP (Object-Oriented Programming) style traditionally used in games. The second was programming the entire game in pure Rust, as Bevy has no UI editor. I ended up really enjoying using Bevy, and I feel like with the ECS architecture and pure programming model I ran into fewer obstacles than I normally would with a traditional engine.

The game itself is an almost-idle game where you have to pop bubbles to earn points. However, the bubbles you pop with your mouse cursor do not give you points; only the bubbles popped by the resulting shockwaves do. Through popping bubbles, you can earn upgrades to increase the bubble spawn rate and introduce new types of bubbles into the system.

Click here to play Bubble Collapse!

Evil-Neuro's Dungeon

Godot, FL Studio

This is a game I made with a few others for the 2023 Neuro-sama Birthday Game Jam. Instead of my usual programming role with games, I ended up mostly just writing the soundtrack for this one, but I'm still including it so far up because I think it is some of my best work to date. The game itself was made over the course of 72 hours, in collaboration with AurumKitsune, Thomas Gelman, and Greeni.

Evil-Neuro's Dungeon is a roguelike turn-based game where you have to carefully choose your abilites to make it through the dungeon and defeat the final boss.

Click here to play Evil-Neuro's Dungeon!

Larry's Deadly Dungeon

Godot, GDScript, FL Studio

Cal Poly Veteran's Day Game Jam 2024 was the first game jam I helped run as the President of Cal Poly Game Development Club, and this was my solo submission for that jam. Using the theme of "Unstable", I decided to keep it simple with a 2D platformer. The game jam period unfortunately intersected with a couple of other important club events, but I was still able to finish the game in time.

The game centers around a reactor in the middle of a procedurally generated stage, and every once in a while the reactor malfunctions, causing the physics interactions to go haywire. The music was also designed to react and transition between these states. By killing enemies you collect points, and once you die, the game is over.

Click here to play Larry's Deadly Dungeon!

Sun Bird

Unity, C#, FL Studio

This is another project I made with a few others for the aforementioned Cal Poly CSC 378 class. For this game, I helped develop the enemy AI systems (including the boss fight at the end), the basic shooting mechanics, the wave system, and the music. My collaborators were Shayan Daijavad, Jacob Shapero, and Will Kang, all other students in the class.

The game is a 2D top-down shooter/bullet heaven game where you play as a phoenix trying to escape a world filled with vampires to reach the sun. With the variety of enemy types, upgrades, and the final boss, I'm pretty happy with how this one turned out.

Click here to play Sun Bird!

Feed the Flame

Unity, C#, FL Studio

I made this game for some sort of Cal Poly Game Jam in 2023 along with naimad.adrec. It's a 2D tower defense game of sorts where you have to manage a campfire by feeding it resources and upgrading it to handle larger waves of enemies. Most of my contributions were the sound design and event animations, but I also helped a little with the programming.

The published game is not very balanced and has a few bugs, but I still think it's pretty fun.

Click here to play Feed the Flame!

Part Picker Picture

Unity, C#, FL Studio

With the Global Game Jam 2024 theme being "Make Me Laugh", a couple of others (Nikman and Skywing11) and I decided to try our hand at a collaborative game that could be played with friends. I helped with programming the drawing mechanic and also did the soundtrack for the game.

In Part Picker Picture, each player takes turns drawing a part of a character, and the different parts are all stitched together at the end to create the final result. It's a pretty simple concept, but it's a lot of fun to play with a small group of people and I'd say we stuck to the theme pretty well.

Click here to play Part Picker Picture!

Defend (From) Your Roots

Godot, GDScript, FL Studio, Wwise

Global Game Jam 2023 was my first game jam at Cal Poly, and the theme was "Roots". I worked with N8 Ball and Jwnimble to create a VR game in Godot. Unfortunately, the 3D assets were too big to be loaded onto the VR headset, but I was able to port the inputs to keyboard controls and the game ended up still being functional.

The game is a rhythm game where you have to input a sequence of notes, and then subsequently defend from that sequence of inputted notes. All the audio is synchronized through Wwise, with smooth transitions between levels. The music was written by someone else in the project; I forgot their name, but I will update this if it gets back to me.

Click here to play Defend (From) Your Roots!