Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am new on gaming in android. I have to start my new project which is nothing but a mutiplayer game I want to know that whether android supports multiplayer gaming?? If yes, is there any sdk/game engine/library or anything else which will support for multiplayer gaming. I read about it in many blogs but I didn't found any useful information. openfeint, plus+, scoreloop , crystal are do not provide support for android multiplayer game.

If you know anything regarding this please share it any blog/documentation/sample app/ demo will help me a lot.

Thanks, Mahaveer

share|improve this question

3 Answers

up vote 4 down vote accepted

Andengine is great, but in terms of Multiplayer game-play, it offers only close proximity multiplayer (BlueTooth or same network WIFI connection).

If you want to your users to play with each other on a global scale i would recommend Skiller SDK

Hope i helped..

share|improve this answer
Thanks MrWhiteYoo... for the suggestion... – Mahaveer Muttha Apr 5 '12 at 5:34

Yes, Android does support multiplayer gaming.

I suggest you go through basic Android tutorials before you start with game development.

Read about this Game and the way it is developed.

Also, this blog will be useful to you.

share|improve this answer

AndEngine has an extension for multiplayer, check it out.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.