Script Battleship
One-player Battleship game built in python
Synopsis
Same old Battleship game - attempt to guess where the opponent(computer's) ship is located, and sink it! Try to win in the least amount of turns. The ship is four units long, and can be placed anywhere on the board either vertically or horizontally.
Controls
Simply execute the Battleship.py file in Terminal/Command Prompt.
Enter a location on the board in the format ROW,COLUMN (Example: 1,B).
Compatibility
Compatible with any OS that has Python v3 installed.