Welcome to my 'for fun project' that I'm using as a coding sample for my upcoming job search. This is a Battleship inspired game that allows upto 5 players on the same LAN connection to play a game of battleship.
The game has two pieces: the server and the client. Only one server needs to run on a network; Each player will need to run the client.
python3 gameServer.py <server ip address> <server port>
python3 gameCleint.py
Ted Poatsy April 2019