/Battleship

Java implementation for the Battleship board game

Primary LanguageJava

Java Battleship Game

Implementation of the Battleship game (one player) that is playable in a terminal/console

Includes option to use brute force algorithm to solve game (switch between ComputerBattleshipPlayer and BattleshipPlayer objects in tester.java)