|
Re: online game
Yeah, the client and server revision is much simpler and easier. It sounds like a great plan, but I don't understand the last part, "board come across the server from the second client right?" If the only data being transmitted is each player's moves, then there is no need to transmit the board because each client will interpret the received move accordingly. Like you said, the received data would be the other player's move and the each client would distinguish a win or loss.
|