Hi, I’m new to corona sdk and i’m currently developping an app.
I would like to develop a local multiplayer mode with tcp/udp.
I’ve seen the tutorial coronalabs.com/blog/2014/09/23/tutorial-local-multiplayer-with-udptcp/
but it seems like it is not working anymore due to lua sockets update. (I’ve tried the tutorial myself without success).
So I was wondering if there’s any way I could do a Local multiplayer mode (one device is a server, others are clients) that doesn’t require a wifi access?
Thank’s a lot.