This project is an implementation of the classic game Battleship in Java. It can be played on a local machine in multiplayer or in singleplayer against the AI.
Design is inspired by the Tron movies and the neon lights aesthetic that they popularized
This project requires that you install Java (version 11 or newer) and Maven. You can then clone the project
git clone https://github.com/martingaw11/Battleship/
After going cd-ing into the Server folder you can run
mvn clean compile exec:java
Now use the same command in the Client folder
mvn clean compile exec:java