Online Multiplayer Game in Corona Demo

Hi, 

I’ve been working on ‘Ridiculous Hockey Online’, a realtime, cross-platform multiplayer game built with AppWarp APIs. 

Here’s a demo:

https://www.youtube.com/watch?v=vcREgahssXI

If you have any questions or suggestions, leave a reply.

Thanks!

Hi everyone :smiley:

My question is how to let users create new dynamic rooms if there are not any available and how to check if there are available rooms, also how to join dynamic rooms since they don’t have any roomIDs?

I need this because I am making a quick quiz game for 2 user rooms and I need this so they could compete live against each other :smiley:

Thank you for your time and I hope to get answer soon :smiley:
 

Documentation for the AppWarp APIs can be found at:

http://appwarp.shephertz.com/game-development-center/corona-client-apis/

Player 1 Sends a private message that contains the name of the dynamic room about to be made to Player 2. P2 receives this, connects to the dynamic room. Game starts.

Hi everyone :smiley:

My question is how to let users create new dynamic rooms if there are not any available and how to check if there are available rooms, also how to join dynamic rooms since they don’t have any roomIDs?

I need this because I am making a quick quiz game for 2 user rooms and I need this so they could compete live against each other :smiley:

Thank you for your time and I hope to get answer soon :smiley:
 

Documentation for the AppWarp APIs can be found at:

http://appwarp.shephertz.com/game-development-center/corona-client-apis/

Player 1 Sends a private message that contains the name of the dynamic room about to be made to Player 2. P2 receives this, connects to the dynamic room. Game starts.