Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 523 Bytes

File metadata and controls

21 lines (16 loc) · 523 Bytes

Battleship

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"

#Game Screenshots Intro Screen
alt tag

Human vs. Computer gameplay
alt tag