cme Muhammad Burhan Ahmad

Welcome to my Game World!

Hello! I'm Muhammad Burhan Ahmad, a game developer from Islamabad, Pakistan, currently living in Dubai, UAE.

I'm passionate about creating immersive experiences that are entertaining and visually stunning. I love taking on new challenges and learning about new technologies in the game development world.

Explore my website and see what kind of games, interactive mechanisms and immersive experiences I've worked on so far. Who knows, maybe we'll collaborate on a something amazing together someday!

Interactive Experiences

Section under construction, meanwhile enjoy the interactive art here!

Rush To Crush

Bike game with thrilling tracks packed with bike stunt game missions and extreme bike races.

Download

Fps Fire Battle Royal Survival

An offiline first person shooter with proper first person control and movement in which the player can choose different weapons and earn rewards as the level progresses.

Download

Fashion Makeover

Fashion makeover game that allows players to design a unique dressing style and enhance their fashion sense through beauty makeup.

Download

Santa Pin-Pull

A puzzle game made with unity and c# in which the player has to unlock the pins to pave the way for the santa to reach the kid and handout the gifts.

Download

Fps Scifi Shooter

An offiline Scifi-first person shooter with proper first person control and movement in which the player can choose different weapons and the enemies get stronger as the level progresses.

Achievements Menu in the stats Panel of the game.

Dynamic crosshairs, which can be selected from the menu and used in game.

Whenever an achievement is completed a popup is shown and that achievement is updated in the achievements menu.

Designed and implemented a shooting range so the player can practice their shooting skills.

Gameplay.

Not Uploaded Yet!

FPS Sniper Shooter 3d

An offiline Sniper-first person shooter with proper first person control and limited movement in which the player can choose different weapons and has to shoot the correct target in order to progress through the game.

Gameplay.

Not Uploaded Yet!

FiveOcean 2D

In this 2D game, the player takes on the role of a submarine, tasked with eliminating enemy submarines while navigating through the underwater world.

Mine Enemy with random AOE mine explosion and explode timer.

Patrolling helicopter.

Showcasing the water mechanics (made using shader), and fishes made using boids (the fish culture moves randomly).

FiveOcean gameplay.

Git

Car Path Draw

Car game in which the player has to draw path to overcome the hurdles places on their way to the final goal.

Player can draw path for the car to reach the end point.

Car Path Draw gameplay.

Git

Cube Absorber

Endless runner game made using unity 3D for practice.

The player has to collect only blue cubes (the cubes are abosrbed), if the player touches cube of any other color, the game is for for them.

Play in browser

Tiny Paws

A tiled puzzle game made in javascript in which the player has to connect two points together.

Drag and drop the pieces of path, that are placed on the table, pieces that can be used as pathway are placed in the inventroy on the right of the game map. You can rotate said pieces by clicking on them once to rotate it by 45 degrees.

Play in browser

Lerp vs Slerp

When it comes to creating smooth and natural-looking animations in Unity, two techniques that come to mind are LERP and SLERP. These are popular methods used to interpolate between two values, often used to smoothly transition objects between two positions or rotations over a period of time. In this article, we will delve into LERP and SLERP in Unity, and explore their differences.

Sending Email in Unity WebGL

Integrating email functionality into your Unity WebGL game might seem attractive, but it’s critical to understand the potential pitfalls before diving in. Sending emails directly from games presents security risks and can negatively impact deliverability due to spam filters.