views:

121

answers:

1

Hi What is the generic way to maintain state in multi-players game over internet, which can be played on GUI of WPF or Silverlight? One player might be on WPF gui and others might be on Silverlight GUI.

P2P, HTTP server or some other technique? please advise.

thanks, AJ

+1  A: 

Both of them can consume WCF / Web service, and your service connect to database.

Anton Setiawan
true but what's the way to reflect the changes made by one player to other player machine? For both wpf and SL.
AJ
WCF supports duplex communication
Anton Setiawan