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.

The multiplayer tag typically refers to a feature of games software where more than one user can interact with the same instance of the software.

learn more… | top users | synonyms

0
votes
0answers
233 views

How to Build a realtime multiplayer game using action script (flash) and php backend

I wanted to build a real time multi player game using flash (action script 3) as front end and use php as back end language and mysql database. There are lot of posts and tutorials online, but nowhere ...
0
votes
1answer
72 views

How to find When a Facebook User has Last Used my App, using Graph API?

I am an Indie Game Developer, working on a multi-player Android game. I now need to implement a feature, where I want to show my Facebook Friends Activity of my Game. I already know how to Identify ...
-4
votes
1answer
407 views

Multi player games with facebook users

I am trying to develope some games, such as freindly card games, that allow Facebook users to join in and play each other in real time. For example, one Facebook user will start the game and notifies ...
3
votes
3answers
793 views

how to approach a multiplayer game facebook app project?

i wish to create a multiplayer game facebook app. a game will have 1 to 4 people in it playing from their own systems. i wish to target, lets say, 10K simultaneous online users. i am planning to ...
2
votes
2answers
1k views

peer-to-peer multiplayer game with xmpp

I'm fairly new to multiplayer games. I have made a few for my own fun, but nothing profound. Anyway, I want to make a game that is very cross-platform. The clients would be connected with their ...