This is a simple Battleship game created using Python, which is played directly in the terminal/command-line interface. The game allows two players (or a single player against the computer) to take ...
Project Design: There are several Battleship games written in Python with some using the Pygame library. We will extended the current state of the art for those that use Pygame by introducing a rule ...