game-concepts/Shooter/ShipShooter.md

18 lines
910 B
Markdown
Raw Normal View History

# Intro
A multiplayer-shooter where the items need to fished. Each teams has one ship, with the goal to sink the other ship. Resources are gained by fishing for it.
# Gameplay
There are multiple gameplay mechanics in play.
First the FPS part. Allowing the players to travel over to the enemy ship and fight the enemy team directly.
Second the fishing part. Required to get resources like repairs or ammunition.
## The ship
This is the base of the team.
Here is where the team respawns, as long as the ship exists. As soon as the ship is sunk, the team can't respawn, and is on his last legs.
It still has the option to destroy the enemy ship and killing the team, with the resources they have left.
The ship has at the bottom a shipment of explosives, that can be used to explode the ship.
Also the ship has cannons, that can be used to destroy the ship from the other team. (cannon balls can be fished)