VrushtiJ / BattleshipGame

Battleship is a strategy type guessing game for two players using Spring Boot. I have created a back end service for the game's strategy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 }

About

Battleship is a strategy type guessing game for two players using Spring Boot. I have created a back end service for the game's strategy.


Languages

Language:Java 100.0%