/battleship

Battleship game in Java

Primary LanguageJavaApache License 2.0Apache-2.0

battleship game

Build Status

Code to model a battleship game. To compile, run tests and run main:

mvn compile test exec:java -Dexec.mainClass="org.game.battleship.Main"