AJ.
AJ.

Reputation: 345

Multi player game over internet using WPF/Silverlight

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

Upvotes: 0

Views: 348

Answers (1)

Anton Setiawan
Anton Setiawan

Reputation: 899

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

Upvotes: 1

Related Questions