Battleship-P3 is a command-line battleship game built using Python. It allows a single player to compete against a computer opponent on a 5x5 grid. The aim of the game is to locate and sink the ...
This is a Python-based Battleships game built for the terminal. The player battles against the computer with alternating turns until one fleet is destroyed. This project was developed as part of the ...