Capstone Arena Networked FPS
Online FPS Systems
Capstone arena is an online FPS game where you and your friends work together to destroy waves of enemies and gather fame.
Custom FPS Controller
The original goal of this project was to make a good fps controller that I could use in future games. I did not hold back while creating this controller, creating a system that was built around expansion and abstraction.
Intelligent AI
No good player vs computer game is done without a smart AI, or at least a fun AI. My goal with the AI in this game was to make interesting, slightly unpredictable gunfights with different types of characters taking different actions.
Online Multiplayer
This game was my first online multiplayer game. I used pun with unity to establish connections. The hard part isn’t connecting but rather designing code around an online system.