I have checked this folder, it contains source code for AI interface, rules, and pathfinder. unfortunately it does not contain any case represenation.
what I am looking for is a library that contains a list of cases from the game, each case contains:
1- a description of the current state of the game (amount of resources for the AI player, number of kills, and so on).
2- a list of actions that the AI player can take at this state.
3- the performance of applying these actions in this state.
but I do not know if this library is XML files or what!!
I need to know where dose the game store its cases? how the game deal with the case library?