Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 554 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 554 Bytes

Invasion-Game

Multiplayer 3D First Person shooter game.

  • Unity
  • Photon-PUN for networking.
  • Supports max. 20 player.

Game Logic

  • Game logic is roughly based on killing enemy units together. So, in-game combat usually takes place between enemy units and players connected to the game.
  • The power and speed of enemy units in the game increase as time passes.
  • Weapon switching and purchasing from in-game store (Each weapon has different damage and characteristics.)

Purchasing Weapon Enemy Attack!