top of page

Sneaky Shooter

 I have worked on this game Individually over the course of just 15 days. You can check out the main highlights of this game down below.

Screenshot (446).png

Screenshots from the Game

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

TBA (upcoming) Mobile Car Game

Project type

Mobile Game Project (In Development)

Date

April 2025

Mobile Game Project (In Development)
A small-scale, objective-based car game for mobile, designed to showcase my mobile game development skills.

Role: Sole programmer—handling all code, systems, and optimization.
Team: Collaborating with one other developer (handles prototyping/design).
Scope: Level-based progression with mechanics focused on completing vehicle objectives.
Built to demonstrate lightweight, efficient mobile development practices.

Anchor 1

01

Movement Functionalities

At first I was planning to add some parkour functionality but then my inspiration for this game was MGSV, one of the greatest stealth game there is.. So I decided not to overcomplicate his movement so that he has limitations to being stealthy.

02

Automatic, Bust-Fire and Single Shot Shooting

Currently my character has only one favourite gun of his. An Automatic assault-rifle . It is a automatic gun but I have implimented other featues in the code and if I create more guns based on my base class I can give them any shooting functionality just from toggling a check-box. 

03

Rock throw to distract

This is one of the most interesting features of a stealth game that I like, when you don't want to risk enemies spotting you while you move. You can distract them by throwing rocks and making sounds in my game! 

04

Custom patrolling path for AI

Enemies in my game are not bound to follow a same patrol path pattern.

They can patrol in a longer path or a short path with as many patrol points needed. 

05

Footstep  Detection

Well, no point of calling it a stealth game if enemies are unable to listen to you moving around. Thats why in my game I have a footstep hearing ability for my enemies so they can hear you move and be alerted.

06

Stealth Takedown

Enemies can be taken down but only when they are unaware of someone being around if they get alerted which is indicated on top of their head. Oops! you can take them down any longer unless they again start patrolling or become unaware of your presence.

bottom of page