Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 321 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 321 Bytes

battleship-java-game

CS Project from 6/18/2017

This is a battleship game run on Java JPanel GUIs. To play, run BattleshipDriver.java.

The game currently allows 20 torpedoes and one 4-tile-long battleship on a gameboard of 10x10 tiles. To adjust these parameters, edit accordingly in Battleship.java.