# if you were here last week
cd dmangame && git pull
cd dmanai && git pull
# otherwise, download the engine
git clone http://github.com/dmangame/dmangame
cd dmangame/
# download more AIs, this will download AIs from
# dmangame's dmanai repository.
git clone http://github.com/dmangame/dmanai
grep -Rl AIClass * # Prints a list of files with AI in them
python main.py --hl dmanai/basic/searchai.py -o search.html
# open search.html
python main.py \
ai/killncapture.py \
ai/basepatroller.py \
-m maps/r/village.py \
-o k_v_b.html -cn
python main.py \
dmanai/bob/expand-then-search.py \
dmanai/okay/rushai.py \
-o expand_v_rush.html -cn
python main.py \
--hl behindcurtain3:wedge/worksmarter.py \
dmanai/basic/starterai.py \
-o expand_v_rush.html -cn
python main.py \
dmanai/okay/circleblaster.py dmanai/okay/clock.py \
-o circle_vs_clock.html -cn
vim dmanai/basic/starterai.py
vim dmanai/basic/searchai.py.py
http://dmangame.github.io/dmangame