This is an implementation of the classic Battleship game in python.
#Options:
- human vs. human
- human vs. computer
- computer vs. computer
Additionally, you can choose between a:
- GUI input interface
- Text input interface
#Running Clone the directory and from inside the battleship folder, run the command "python battleship_main.py"