Android/Java AI agent framework/middleware

Posted by corneliu on Game Development See other posts from Game Development or by corneliu
Published on 2012-04-09T10:32:24Z Indexed on 2012/04/09 11:50 UTC
Read the original article Hit count: 290

Filed under:
|
|
|

I am looking for an AI agent framework to use as a starting point in an Android game I have to create for a university research project. It has been suggested to me to use JADE, but, as far as I can tell, it's not a suitable framework for games (at least for my game idea) because it runs in a split-execution mode, and it needs an always-active network connection to a main host.

What I want is just a little something to give me a headstart. I am willing to adjust the game's features to the framework because it's more of a mockup game, and the purpose is to compare the performance of a couple of agents in the game world. The game will be very simplistic, with a minimal UI that displays various stats about the characters in the game (so no graphics, no pathfinding).

Thank you.

© Game Development or respective owner

Related posts about java

Related posts about android