I am new to AppGameKit, so apologies in advance...
I have some (many) ideas for two-player simple games, but I need some help/education in how to make them communicate:
1. Two devices connect to each other - using what ever network (wi-fi, LAN or whatever) is available
2. sending data between the devices
I have looked at the Multiplayer/Getting Started/ example where one chooses HOST and the other(s) JOIN but not sure what needs to be done to make it automatic.
I have wondered if; FIRST player on starting the app looks for a HOST, if none is found then this player becomes a HOST, then the second player does the same but this time a HOST will be found. Am I on the right lines here?
Any help or advice will be greatly appreciated.