Hi
I have a bunch of little board game and turn based game ideas that I think would be fun as multiplayer games. I have yet to run into any of these ideas in online multiplayer form yet, so I figured it would be fun to house a bunch of these neat games in 1 package.
I have literally no background in server side scripting and the only languages I know are AS3 and Objective-C, neither of which are used for any multiplayer APIs. Ideally, I’d like to find a multiplayer API that uses a really easy language to learn, or one that’s similar to AS3 if possible.
My 2 needs of said API are: mostly automated matchmaking and sending strings/objects of data from one client to the other.
If you know of any multiplayer development kits, could you please let me know. Thanks.
I currently know of Player.IO, Gamooga, & Come2Play.
Player.IO is nice but requires Mono for mac users (me) which has caused me difficulty.
Gamooga seems relatively simple, but I don’t know Lua and their documentation is disorganized and incomplete.
Come2Play is pure AS3 but forces you to use their gambling system and adds their own GUI (ugly & annoying).
Ciao!