Page 1 of 1

C++ AI's

Posted: 05 Oct 2010, 15:49
by discodowney
Hi,

Im doing a proejct and it is much more preferable, and maybe dependant on (still working that out) using a C++ AI. So im just wondering if there are any C++ AIs? If so, is there also a list of games that they work with?

Cheers

Re: C++ AI's

Posted: 05 Oct 2010, 16:27
by hoijui
first of all, have a look at that page:
http://springrts.com/wiki/AI:Development
(and all the links on it)

i of course recommend Java or Python over C++ ;-)
if it has to be C++, you have two options: the Legacy C++ AI Wrapper or the(New) C++ AI Wrapper.
Most AIs in use still are based on the Legacy one. You should of course use the new one.
Shard is currently the only release AI using the new C++ wrapper, while RAI, KAIK, AAI and E323AI use the Legacy one. RAI, KAIK and AAI are to find in the spring engine source repo. Shard and E323AI are to find in separate repos, see their forum threads.