This is a basic framework for a turn-based two player game, where the two players are on separate computers but playing the same game against each other. This project doesn't actually include a game - it's a framework you can use to build a game.
The first computer to run this code will become the "server", and the second will become the "client". The server chooses who will be player 1.