1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/ai/qbot
2011-12-12 21:28:14 +00:00
..
_init.js This was SVN commit r10654. 2011-12-02 12:44:31 +00:00
attackMoveToCC.js Added check for if a position is defined in qBot. Fixes an unusual error. 2011-12-07 21:54:21 +00:00
data.json This was SVN commit r10654. 2011-12-02 12:44:31 +00:00
economy.js This was SVN commit r10654. 2011-12-02 12:44:31 +00:00
entity-extend.js This was SVN commit r10654. 2011-12-02 12:44:31 +00:00
entitycollection-extend.js This was SVN commit r10654. 2011-12-02 12:44:31 +00:00
filters.js This was SVN commit r10654. 2011-12-02 12:44:31 +00:00
gamestate.js This was SVN commit r10654. 2011-12-02 12:44:31 +00:00
housing.js This was SVN commit r10654. 2011-12-02 12:44:31 +00:00
license_gpl-2.0.txt This was SVN commit r10654. 2011-12-02 12:44:31 +00:00
map-module.js This was SVN commit r10654. 2011-12-02 12:44:31 +00:00
military.js This was SVN commit r10654. 2011-12-02 12:44:31 +00:00
plan-building.js This was SVN commit r10654. 2011-12-02 12:44:31 +00:00
plan-training.js This was SVN commit r10654. 2011-12-02 12:44:31 +00:00
qbot.js This was SVN commit r10654. 2011-12-02 12:44:31 +00:00
queue-manager.js This was SVN commit r10654. 2011-12-02 12:44:31 +00:00
queue.js This was SVN commit r10654. 2011-12-02 12:44:31 +00:00
readme.txt This was SVN commit r10654. 2011-12-02 12:44:31 +00:00
resources.js This was SVN commit r10654. 2011-12-02 12:44:31 +00:00
terrain-analysis.js Fixed bug where only a tiny accessible region was being found so qBot didn't build or gather due to the rest of the map being inaccessible. 2011-12-12 21:28:14 +00:00
walkToCC.js This was SVN commit r10654. 2011-12-02 12:44:31 +00:00

This is an AI for 0 AD based on the testBot.

Install by placing the files into the data/mods/public/simulation/ai/qbot folder.

If you are developing you might find it helpful to change the debugOn line in qBot.js.  This will make it spew random warnings depending on what I have been working on.  Use the debug() function to make your own warnings.