hello folks,
i've been reading this forum and searching the web for a multi-player game using wcf for the past couple days. but, can't seem to find any working sample.
as a learning experience, i want to use WCF for my game using c#. what i'm interested in is that when the piece moves on the board it updates both the cleint/player screens.
i would think i need a TicTacToeHost and TicTacToeClient. but not sure how to update the screen on both player screens. any working samples, snippet, etc. regarding a multi-player board game?