Battleship board game for command line made in Go.
Battleship is a strategy type guessing game for two players. It is played on ruled grids on which each player's fleet of ships 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 opossing player's fleet.
Download this project and extract it in your folder of choice.
Go to Platforms/Linux
in the command line and run ./battleship
.
Go to Platforms\Windows
in the file explorer and run battleship
.
Currently, you can only play against the IA, it would be nice to be able to play against your friends.
Currently, IA makes it's turns randomly, it would be nice to add a more competitive IA. An idea would be to shot adjacent cells after hitting a ship.