Thread: online game
View Single Post
Old Apr 17th, 2008, 8:48 AM   #4
BinarySurfer
Programmer
 
BinarySurfer's Avatar
 
Join Date: Dec 2006
Posts: 50
Rep Power: 2 BinarySurfer is on a distinguished road
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.
BinarySurfer is offline   Reply With Quote