Hi,
I'm trying to create a local/couch multiplayer game for mobile devices much like Spaceteam (which is a great game and you should play if you haven't already). It has a very convenient feature where players can connect to each other either via Bluetooth or Wifi using a peer to peer connection. The best part is that it does this even if there is no internet.
From what I have read, Construct can only make a multiplayer connection using its signalling server which requires the internet. The other option is to buy the signalling server and install it on a LAN but the server only runs on computer devices and not on mobile. Also if it did, it is very unlikely that I can ship every game with its own signalling server.
I say this because I want the game to be accessible with or without the internet, using Wifi or Bluetooth.
Is this possible with Construct in any way? Has someone tried something similar?