Specialization Project

         Project MoveIt

A Modern First Person Shooter Game

Project MoveIt - A First Person Shooter


ProjectMoveIt is a first person shooter made with one goal in mind - make a game that is easy to iterate upon and add new features and systems on the fly. and. above else, build a game with satisfying, visceral gameplay. Currently, it's still a WIP and more features are being worked on continuously.  The game is made as my specialization project at Futuregames, and its aim is to showcase all of the skills I have picked up during my Advanced Gameplay Specialization.

Picture-In-Picture Scope


A modular scope system that enables players to zoom in while aiming down sights (ADS). Designed for flexibility, it operates on a per-weapon basis, allowing easy integration and customization for different firearms.

Screenshot 2025-02-06 171826
Screenshot 2025-02-06 172004
Screenshot 2025-02-06 172021
Screenshot 2025-02-06 171838
Screenshot 2025-02-06 171857
Screenshot 2025-02-06 171911
Screenshot 2025-02-06 171934
Screenshot 2025-02-06 171947

Weapons System


A fully modular weapon system designed for quick and seamless weapon creation. Built for flexibility, it allows easy customization and expansion, making it ideal for diverse gameplay scenarios.

Ammo and Weapon Inventory


Interconnected systems that seamlessly integrate with the weapon, tracking the currently equipped weapon that the player has equipped, and ammunition in inventory.

.

Naive Ballistics

A lightweight and expandable ballistics system featuring physics-based projectiles with realistic bullet drop. Players must compensate for distance, as drop increases disproportionately to muzzle velocity. Designed for accuracy and ease of integration.

Check out the GitHub Repo here!