• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

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