-
1. Re: Creating a Multiplayer turn based game in flash for Android/iphone???
Aaron Beall Oct 29, 2013 10:21 AM (in response to tom_w2000@yahoo.co.uk)Cirrus will allow you to create a p2p game, but last time I used Cirrus (it was called Stratus at the time) it did not provide any means to discover clients -- in other words you still had to create a service to share peer IDs between two clients so they could connect to each other using the p2p API. That service of course can be very lightweight. I'm also not sure if Cirrus is available for commercial usage -- it was not when I used it.
AIR also can connect p2p using the ServerSocket class... but I do not think that class is supported in AIR for Mobile (only Desktop.)
-Aaron
-
2. Re: Creating a Multiplayer turn based game in flash for Android/iphone???
Damanjit Singh Oct 30, 2013 1:32 AM (in response to Aaron Beall)ServerSocket API is availbale for mobile with AIR 3.8 (and onwards). See http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/ServerSocket. html


