A First-Person Multiplayer Shooting Game with Create and Join room mechanism using Photon PUN2.
Gameplay Trailer
Playable Link
- Players can either Create own Room or Join into Other Player's Room.
- Master (Room owner) only chooses weapon, total winning points and Start Game.
- 2 types of Weapons Melee (Bat), Ranged (Pistol, Shotgun).
- All of the Player's movements, rotations and attacks will sync perfectly.
- The Player who reaches the winning point first is the winner.
- Leaderboard will show Player's Rank wise according to Kills.
- If any Player's have same Kills means their Rank will be decided by Number of Deaths (least will top the Leaderboard).
- After Game End Master can get back to Room all the Player's in the Room will get back with the Master as well.
- Client can Leave Room instead of waiting for the Master.
- Sound system with weapons Sound Effects.
- Scriptable Objects to store Weapons data.
- Singleton for Manager and Service scripts.