Bubble Cat Cleaning Services
Bubble Cat Cleaning Services is an arcade-style 2D action game where you play as a cat and clean the kitchen floors with your bubble beam. You can play the game here.
The game was developed in Unity and C# in 48 hours for Global Game Jam 2025 for the theme bubble. I was part of a team of four as one of two programmers.
I was responsible for:
- Grid logic - updating the state of the tiles and providing an interface to read or update the tiles
- Grid visuals - update visuals of the tiles based on whether they're dirty or clean using rule tiles
- Editor tool for setting up the floor grid based on desired size
- Enemy AI using a state machine that reads in data to initialise states at runtime
- Physics calculation for bubble beam
- Setting up some of the UI visuals such as the health bar and quota
- Playing of BGM and some SFX such as UI sounds and bubble beam sounds when the corresponding action occurs
This is my most polished game jam project to date. Despite the short timeframe, I'm very happy with the final product and how cute and fun it is. It was a blast working with this team!