It is currently Sat May 25, 2013 3:06 pm Advanced search
Memetix wrote:I'm a psychotherapist, not a programmer, and I'm not sure how best to share my code ... so I have attached it.
I have shared most of the concepts on the forums already, but I have written an overview on my website and I do divulge how I pulled the concepts together and a few of the tweaks I made along the way.
My bot peaked at skill level 93.76 (2nd place at the time).
http://www.blackmoor.org.uk/AI.htm
Memetix wrote:I have written an overview on my website
cheeser wrote:My bot has a bulky code with a lot of Russian comments, im sorry for this, I lazy to translate them
Stage("GatherFood", () => DoGatherFood(antsBusyInThisTurn, engagedCloseFood));
Stage("Battles", () => DoBattles(antsBusyInThisTurn));
Stage("Guard", () => DoGuardHills(antsBusyInThisTurn));
Stage("Attack", () => DoAttackEnemyHill(antsBusyInThisTurn));
Stage("Support", () => DoSupportAttackers(antsBusyInThisTurn));
Stage("Visible", () => DoKeepMapVisible(antsBusyInThisTurn));
Stage("Border", () => DoGoToBorder(antsBusyInThisTurn));
Stage("Spread", () => DoSpread(antsBusyInThisTurn));
Users browsing this forum: Google [Bot] and 0 guests