Hi, I want to add multiplayer to my soccer game here: http://clay.io/game/1v1arcadesoccer
Now I know there are several multiplayer plugins, like rexrainbow's bottleneck, and PubNub. I also know clay.io has a multiplayer lobby system. This is crucial if I add multiplayer to my game, because I want people to be able to find random matches against people they don't know, or still be able to play against people they do know. I am trying to use PubNub, but I don't know if bottleneck is better for what I want or if bottleneck or PubNub can even work with clay.io rooms. I have no idea how to begin, as I have never tried programming multiplayer in Construct 2 before. I'd just like some kind of system where you can join a room, and take control of one of 2 of the players on the soccer field, then when the game is over they will end up back at the main menu or play again if they want, like the Slime Volley game on the main page of clay.io here: http://slime.clay.io/
Thanks in advance.