Here you can see game titles that I have worked on or created on my own.

Chase Ball

My Image My Image My Image My Image

This is a simple game I created on my own. I used simple primitive 2D shapes and simple physics collison. I used Unity's Input System to create controls for both mouse/keyboard and phone touch controls. The goal of the game is to collect the green diamonds while avoiding the red spikeballs. Originally the spikeballs were just simple spheres but they were changed so colorblind players can seperate them from the player sphere. I intergraded a simple online leaderboard using lootlocker so players can compete for high scores.

Untitled Tavern Game

My Image My Image My Image My Image

Untitled tavern game was my first project that had more complexity than a simple platformer. I created three managers scripts managing the main aspects of the game as singletons. Customers, ingredients and foods are scriptable objects for better asset management. This was also the first time where I created a saving system that handles multiple different types of data. I made the game using a single scene.