Facebook multiplayer game? (Without a server)

B

Bonny Fernandes

Guest
I want to make an online multilayer game without any server. I want to be able to show online Facebook friends and connect to them so players can play the game with their FB friends.
Is this possible? If so, how?
 

Amon

Member
Without a central server that both connect to you would have to implement a local server where a player sets up a room and waits for somebody to connect to them. It basically means one person acts like the server locally for others to search for and join. From there you would start your game.

Coding wise, I'm not proficient in network coding so I will leave that for the more experienced amongst us to help you out with. Regardless, some kind of local server is going to be needed. I think.
 
Top