This is the Command-Line based version of the popular board game Battleship. You can play single-player or even multi-player!
There are 2 versions
-
One which keeps a log of all the players that played the game, by using SQL.
-
Other just lets you enjoy the game, without logging the information into a database.
If you want to use the No-SQL version, please switch the branch to "BSP-noSQL" and read further instructions in its readme file.
If you want to use th SQL version, please switch the branch to "BSP-HMM" and read further instructions in its readme file.