Development < AI Development < C++ AI Development
Writing a Skirmish AI in C++
There are two ways of writing a C++ AI, using the deprecated legacy API or the C++ Wrapper API. The legacy API is for older AIs using the old interface ( e.g. KAI, RAI, AAI etc ).
For an example of an AI using the new OO C++ Wrapper interface, refer to Shard by AF.
For further info, have a look at the forum.