split-bot
Bot for 0ad game in Haxe, this is no longer maintained
...In the game, there can be teams managed by the computer. The AI which plays these teams are called bot, and they are small programs developed in javascript, interpreted by the game engine,
Split Bot is developed in haXe which is a very structured language which can be "compiled" in javascript code.
This AI Bot is made of multiple agents.
Each one has a goal which may be different or even contradictory, e.g. defend the home and attack the enemy. An agent is created by another agent in function of several indicators: the game state, the game state evolution, a knowledge base, hazard.
...