Gameplay - pielegacy/battleship GitHub Wiki

Overview

Batlleship field

Each player will have their own field of 10X10 where they can place their battleships. Each player takes each turn to launch a missile into one of coordinate or location in the enemy player field. There will be a mark left for a miss or a hit so player may not hit the same place twice.

Winning

To win the game, player has to destroy all battleships that enemy player has before all of your battleship is destroyed

Losing

Player will lose the game if all of the player battleships is destroyed.

Rules

Map

The map will be a grid type of 10 X 10

Battleship

Each player will have 5 type of battleship each which are:

  • Carrier
  • Battleship
  • Cruiser
  • Submarine
  • Patrol Ship

Mark

There will be mark left for the location hit by the missile. The mark function is to prevent player to hit the same place twice