Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 573 Bytes

File metadata and controls

25 lines (12 loc) · 573 Bytes

Welcome to Fighter Boat!

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.

Architecture

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.

Playing

gameServer.py

python3 gameServer.py <server ip address> <server port>

gameClient.py

python3 gameCleint.py

Author

Ted Poatsy April 2019