C++ AI's

C++ AI's

Here is where ideas can be collected for the skirmish AI in development

Moderators: hoijui, Moderators

Post Reply
discodowney
Posts: 47
Joined: 19 Apr 2010, 15:31

C++ AI's

Post 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
User avatar
hoijui
Former Engine Dev
Posts: 4344
Joined: 22 Sep 2007, 09:51

Re: C++ AI's

Post 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.
Post Reply

Return to “AI”