Multiplayer with best support/ tutorial

Hey all,

I imagine there has been a handful of these topics started (I’ve had a look myself) but we’re after a more solid ground breaking tutorial for multiplayer support.

We’ve had a glance at AutoLans ping pong, it works pretty swell but we changed it up a bit to try implement just a test dummy game over the top of the example.

just using a joystick to control one of the players it no longer updates the screen to the second simulator we have running

any suggestions? thanks

bit of an update to this scenario I’ve devised a mini sample image that I am kinda striving towards, is there any one who can give me an indication if this is even possible

I’m not 100% sure what you are asking but it appears you want realtime multiplayer over the internet?

I would then research services such as Pubnub and Parse. If you want to self host, Noobhub is popular in the Corona community. If Android only take a look at Google Play Game service.

Basically you can use these services to send whatever required information, at as frequent interval as required, to the other player.

bit of an update to this scenario I’ve devised a mini sample image that I am kinda striving towards, is there any one who can give me an indication if this is even possible

I’m not 100% sure what you are asking but it appears you want realtime multiplayer over the internet?

I would then research services such as Pubnub and Parse. If you want to self host, Noobhub is popular in the Corona community. If Android only take a look at Google Play Game service.

Basically you can use these services to send whatever required information, at as frequent interval as required, to the other player.

why yes jonjonsson a real time multiplayer server to client scenario is what I was trying to get at.

has there been any tutorials from Noobhub that support realtime multiplayer… just from a quick glance of the given lua files it’s a bit… all over the joint

why yes jonjonsson a real time multiplayer server to client scenario is what I was trying to get at.

has there been any tutorials from Noobhub that support realtime multiplayer… just from a quick glance of the given lua files it’s a bit… all over the joint