Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.01 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.01 KB

Battleship Game

Project description

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.

Distinctive design

Design is inspired by the Tron movies and the neon lights aesthetic that they popularized

Login Screen

image

Preparation Screen

image

Battle Screen

image

Installation and playing

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