Tagged Questions
0
votes
1answer
120 views
How useful would it be to know a scripting language when developing an iOS game? [closed]
Possible Duplicate:
Why do we use scripts in development?
I just starting learning iOS game development. I plan to make games using the cocos2d framework. While reading game dev related ...
3
votes
2answers
381 views
What technology would you use to communicate between an iOS game and a Lua-based AI server?
What technology would you use to communicate between a two-player,turn-based, board game (like checkers or Othello) running native on iOS, and a remote game server
The remote game server is just the ...