A two player Connect 4 game
Execution instructions:
- Using a new Eclipse project include 'core.jar' from the Processing website: https://processing.org/tutorials/eclipse/
- Execute 'TestServer' to run the server.
- If multiple machines are used to play the game, change 'localhost' in 'TestClient' to the local IP address of the machine running 'TestServer'.
- Run 'TestClient' to start the game for a player. Run it once per machine, to start a 2 player game.