Skip to content

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.

Notifications You must be signed in to change notification settings

VrushtiJ/BattleshipGame

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages