FPS Multiplayer Game

This FPS Multiplayer Game is a solo project that merges the nostalgic elements of "Bomberman" with the fast-paced action of the FPS genre. My goal is to master the Photon Engine and create an engaging multiplayer experience that allows players to connect seamlessly.


Objectives of the Project:

  • Mastering the Photon Engine: Learn and implement the Photon Engine for effective multiplayer lobby management, enabling players to join, create, find, and leave rooms effortlessly.
  • Robust Error Handling: Enhance user experience by implementing comprehensive error handling for room creation failures, designing intuitive menus for each lobby action.
  • Dynamic Level Design: Create levels with various templates, randomly selected each time a game is played, using the Fisher-Yates shuffle method for unique experiences.
  • Player Control Synchronization: Develop responsive player controls synchronized across the server, implementing callbacks to reflect real-time changes.
  • Item Development: Introduce a grenade item as part of gameplay mechanics, with plans to expand item offerings in future updates.

  • GAME DEVELOPMENT AND MECHANICS FOCUS:

  • Dynamic Level Design: Created levels that utilize different templates, chosen at random using the Fisher-Yates shuffle method.
  • Player Control Synchronization: Developed and synchronized player controls across the server for real-time gameplay.
  • Item Development: Introduced a grenade item, marking the beginning of item development with plans for further expansions.