Hello,
Before i buy the package i have a question about cross-platform networking.
I want to develop a turn-based card game with 2 - 5 players playing simultaneously either on an iOS or Android device.
First i want to attempt doing it offline, so only local connection can be used (Wi-fi on the same router).
My questions:
Will TNet work for this?
If yes, how TNet hosts a server on a mobile device? Does it create one automatically? Will the players need to setup a server before playing together?
Thanks in advance!