Tagged Questions
8
votes
2answers
747 views
How would you code an AI engine to allow communication in any programming language?
I developed a two-player iPhone board game. Computer players (AI) can either be local (in the game code) or remote running on a server. In the 2nd case, both client and server code are coded in Lua. ...
5
votes
2answers
951 views
How do I build games with scripted actors?
The idea
I have an idea for a game. A few games, actually, that can built on top of the same general design.
There is a game world that the player and the other actors exist in. The player can get ...
4
votes
3answers
645 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 ...