There have been a couple of thread about this on this group.
http://www.mail-archive.com/[email protected]/msg75993.html
http://groups.google.com/group/android-developers/search?group=android-developers&q=multiplayer&qt_g=Search+this+group

A lot of it depends on the kind of game you are making and what kind
of latency you can tolerate.  You have not specified either.

However, if you want a web frontend you have to think of the
limitations of HTTP even with things like web sockets.
If you are making a slow paced game like poker then a RESTful/WCF kind
of game would work perfectly.

On Mon, Sep 6, 2010 at 8:06 AM, shaish <[email protected]> wrote:
>
> Hi,
> I have to develop a multiplayer game.
> The game will be supported between different platforms:
> 1) Two android clients.
> 2) Android client and a web application (something like facebook and
> android client for Texas- Holdem game).
>
> I want to handle the communication between the platforms through a
> service.
>
> I have asp.net (C#) background so I thought to implement the
> communication using WCF service but I am not sure this is the best
> choice?!
> Can you please tell me if my choice is good or should I choose other
> approach to implement the communication?
>
> Any help will be appreciated.
> Thanks.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



-- 
~ Jeremiah:9:23-24
Android 2D MMORPG: http://developingthedream.blogspot.com/,
http://diastrofunk.com,
http://www.youtube.com/user/revoltingx

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to