First Person Shooter
First Person Shooter, featuring a custom physics system for movement. The Game simulates recoil through manual calculations. There are two weapon types: one fully automatic and the other semi-automatic, plus grenades that trigger an expanding collider when they hit the floor. Enemies use a simple "move toward the player" script; one type can pass through walls and floors, while the other can’t.
Link to Github Repo