Create a Multiplayer game for Android/iOS using flash?
Hi guys,
We're creating a flash - turn based game for iphone and android using flash builider (flex) and actionscript 3. We've built the game and have a working Ai and are now trying to figure out how we can provide multiplayer support on iOS and Android.
As far as Im aware there are the following options:
- Serversocket (although apparently this doesnt work with mobiles.
- p2p with native air plugin (although I understand that this requires a database as well as the build of a front end connect to players)
- apparently there is a new way with html - whereby two players can exchange data over a website without the need for a server.
- Third party package like appwarp?
This is driving me crazy as I understand the principle - i.e. send data from one mobile to a database - database fires message to opposing player - updates state of game on both mobile and on the server.
All we want is a turn based game that sends a simple string of code with the moves between two devices. Is there any way of doing this for mobile (Android and ios) using flash and actionscript 3, or flash builder - without using a database?
Can anyone recommend a straight forward way to do this?
If not - Im actually thinking of taking the finished game to a company and asking them to host the servers and port the game to android and ios for a cut of the royalties. Any thoughts on this?
Thanks for you help on advance,
T.
