Is there an AIR native extension to use GameCenter APIs for turn-based games?
Posted
by
Phil
on Game Development
See other posts from Game Development
or by Phil
Published on 2012-03-09T15:23:43Z
Indexed on
2012/12/06
5:22 UTC
Read the original article
Hit count: 229
I'm planning a turn based game using the iOS 5 GameCenter (GameKit) turn-based functions. Ideally I would program the game with AIR (I'm a Flash dev), but so far I can't seem to find any already available native extension that offers that (only basic GameCenter functions), so my questions are: Does anyone know if that already exists? And secondly how complex a task would it be to create an extension that does that? Are there any pitfalls I should be aware of etc.?
** UPDATE **
There does not seem a solution to the above from Adobe. For anyone who is interested check out the Adobe Gaming SDK. It contains a Game Center ANE which I've read contains options for multiplayer but not turn-based multiplayer, at least it's a start. Comes a bit late for me as I've already learned Obj-c!
© Game Development or respective owner