/Battleship

Battleship game made in Java with LAN option.

Primary LanguageJavaMIT LicenseMIT

Battleship

Project recreating the battleship game in java

Run Battleship Class to play on a single computer

Run the bat file in the server directory and then the bat file in the client directory on 2 computers to play through LAN

Concepts

  • OOP
  • 2D Arrays
  • Regular Expressions
  • Java FX
  • Socket Programming