/battleship-server

Server for a multiplayer game of battleship for university.

Primary LanguageJava

How to start the server

To start the server simply run the GameServer.java
The program will ask for a port on which to start the server or optionally one can provide the port when starting the server like so:
GameServer.java 8888