Unity Projects
Demo Reel
Kitchen Chaos
Solo Developer
Kitchen Chaos is a fast-paced, single-player cooking game where the goal is to prepare and deliver as many recipes as possible within a limited time
Tech Stack: Unity Engine, C#
Contribution:
-
A robust Kitchen Counter system
-
Engineering user interface
-
Cross-platform input system

Gun Dash
Solo Developer
Gun Dash is an endless runner where the player collect coins, evading the obstacles & is granted with a special ability of shooting obstacles at times.
Tech Stack: Unity Engine, C#
Contribution:
-
Procedural platform & obstacle generation, object-pooling
-
Score system using Observer programming pattern
-
Player movement, game UI

Asteroids
Solo developer
The good old mutidirectional shooter arcade game where the player controls a ship, evading the asteroids and shooting them down but also has power-ups now.
Tech Stack: Unity Engine, C#
Contribution:
-
Asteroid splitting & spawner mechanics
-
Power-ups like Shield & Missile Bullet
-
Basic player movement, & score system

Brick Breaker
Solo developer
Breakout is an arcade game where the goal is to destroy all the bricks by repeatedly bouncing a ball off a paddle into them.
Tech Stack: Unity Engine, C#
Contribution:
-
Data-driven brick health system that sets the color of the brick with respect to its current health.
-
GameManager system using Singleton pattern.
-
Basic collision & player movement systems.