Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 569 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 569 Bytes

a console battleship game written in Java

How to use it:

  • Clone the repository to your local machine
    • $ git clone https://github.com/thedtripp/battleship.git
    • $ cd battleship
  • Compile the Java files
    • $ javac *.java
  • Run the main Java file
    • $ java BattleShipMain
  • Sink some battleships

Gameplay