How to create the classic game "Battleship"(Text-based Version) in Python.

1 year ago
4

When the code is run you will be prompted to guess the row and column to sink the battleship. The game provides feedback on whether you hit or missed the battleship.

Loading comments...