Create a capture the flag game mode where players all try to steal the flag and return it.
Object types
Create four new object types:
Ship - A ship that can shoot that does not have the flag
Flag ship - A ship that cannot shoot that does have the flag. It drops a flag object on death.
Flag - A flag that changes the current player's ship into a flag ship upon contact. It then destructs. If not at the center of the map, this object resets. If within range of a goal, it makes a score, and resets.
Goal - a position that is team based.
Scoreboard & Timer:
There will need to be a new UX element:
The scoreboard would have the team's score and time and would be shown in the client.
Create a capture the flag game mode where players all try to steal the flag and return it.
Object types
Create four new object types:
Scoreboard & Timer:
There will need to be a new UX element:
The scoreboard would have the team's score and time and would be shown in the client.
Game Mode