Facebook Card Game? Which architecture?

Posted by Ben on Stack Overflow See other posts from Stack Overflow or by Ben
Published on 2010-04-02T14:27:51Z Indexed on 2010/04/06 5:33 UTC
Read the original article Hit count: 195

I am developing a Facebook Card Game for my thesis and i am wondering which architecture fits best?

I am going to develop the game using Silverlight + ASP.NET.

On the one side the game should contain player vs. player card games.

On the other there will be also a lot of contant similar to Mafia Wars(or any other game like that) where you just interact with the server (incl. database)

I read a lot about ASP.NET MVC, Silverlight MVVM and that stuff. But what fits best for a game like that?

Also i am not sure if i should go with Silverlight 4 already?

I don't want to start the wrong way.

I really appreciate your help.

© Stack Overflow or respective owner

Related posts about facebook

Related posts about ASP.NET