Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 658 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 658 Bytes

BattleshipGame

Battleship is a strategy type guessing game for two players. It is played on ruled grids (paper or board) on which each player's fleet of ships (including battleships) are marked. The locations of the fleets are concealed from the other player. Players alternate turns calling "shots" at the other player's ships, and the objective of the game is to destroy the opposing player's fleet.

This is a backend service for the Battleship game

In the input you need to provide following details Player: who is playing game RowNum and ColNum: Coordinates for missile firing on opposition's board.

{ "player": 1 "rowNum": 1 "colNum": 1 }