Game Development Projects in LahoreGame Development Projects in LahoreLyrics Star is an interactive mobile app I developed for both game and backend, designed to help users of all ages especially music lovers learn their favorite songs by tapping along to lyrics tiles while the music plays. Built to make music appreciation fun and accessible, it turns passive listening into an active, engaging literacy experience for kids and music enthusiasts alike.
š¹ Key Highlights:
āļø Lyrics Tile Gameplay ā Tap-to-interact mechanics synced with real-time song playback.
āļø Vibrant, Intuitive UI ā Designed to appeal to kids and music enthusiasts alike.
āļø Full-Stack Development ā End-to-end game and backend architecture built for smooth, seamless play.
āļø Ad Mediation & Monetization ā Integrated systems to sustainably monetize gameplay.
āļø Cross-Platform Reach ā Live on both Google Play and the Apple App Store.
āļø Continuous Improvement ā Ongoing feature development and bug fixes post-launch.
š Impact:
Since launch, Lyrics Star has achieved over 100,000 downloads across the Google Play Store and Apple App Store within just a few months. The strong user reception has reinforced a commitment to continuous refinement, with new features and improvements actively rolled out to enhance the experience. By blending music, gameplay, and interactivity, Lyrics Star stands out as a fun, effective tool for boosting music appreciation and literacy among young audiences. š® The Game Dev Iceberg: Turning Simple Gameplay into a Technical Reality
Don't let a clean, simple prototype fool you, under the hood of every game lies a massive web of integrated systems and invisible troubleshooting. I just wrapped up this Unity 3D prototype, and while it looks straightforward, the engineering journey behind it was a masterclass in debugging and system architecture.
Here is a breakdown of what went into bringing this project together:
šāāļø 1. Rigging & Animation Pipeline Fixes
Working with Mixamo assets often means wrestling with import quirks. I ran into a massive issue where animations outside of the idle state completely ignored the ground plane, causing the character to float despite the collider being grounded.
The Fix: Solved the transform offset mismatch programmatically (using a precise -1 offset calibration) to keep the character flush with the ground, eliminating jitter and smoothing out the transition states in the Animator Controller.
š§ 2. Adaptive AI Pathfinding & Pacing
Instead of a simple "see player, run to player" script, I implemented dynamic pacing for the Zombie AI.
If the player is far away, the zombie runs to close the gap.
Once the zombie gets within a close radius, it drops to a menacing walk, tightening the tension before executing an attack state on collision.
šÆ 3. Gameplay Mechanics & Raycasting
The loop is simple but relies on solid foundational logic. Collecting 5 coins shifts the player's state and unlocks a firearm. From there, I implemented a custom Raycasting system to handle real-time hit detection, perfectly syncing the shot with the zombie's physics-based death animation.
š§ 4. Immersive 3D Spatial Audio
To build actual tension, audio can't just be flat. I integrated spatial 3D audio tied directly to the zombie's transform. If the threat is on your left, it pans strictly to the left channel of your headphones, shifting dynamically as you move to give the player full situational awareness.
š® 5. Input Systems & Camera Control
Built a custom 3rd person camera follow script to keep tracking smooth and dynamic. Additionally, I built in cross-platform controller support fully tested and mapped on an Xbox 360 controller, and structurally ready for PlayStation input mapping as well.
From level design and world building to multisystem integration, this project reminded me that game development is rarely about writing brand new code from scratch, it's about the grit it takes to make completely different systems talk to each other without breaking.
On to the next challenge! š
If you are looking to bring your own game ideas to life, need custom mechanics developed, or want to optimize your existing C# / Unity systems, I'm here to help.