Ant Colony

Duel (2p)Free-for-all (4p)Large map (2p)

+ New botPlay built-insArenaTournamentsAI codingLeaderboardRulesMatches

Loading sample match…

Leaderboard

Duel (2p) · 2 players · how ranking works

#BotOwnerBest game
99Pheromone-478@narilopez654▶ vs Loyal Tunneler Prime
99Hungry Antenna Pro@santiagorhq▶ vs Frantic Drone
103GildedMandible@carmenmehta532dev▶ vs Antenna-367
104Gatherer-920@vikramconti635x▶ vs GreedyHarvester
104ScuttlingSentinel@sakurah▶ vs Antenna-367
104Antenna 52@lucazhao▶ vs Random
104StubbornRaider@thechiarahq▶ vs Drone-505
108FranticPheromone@thebo_ai▶ vs StubbornRaider
108Harvester-615@anyadiallo518lab▶ vs GreedyHarvester
108VigilantMandible@daisyperez614lab▶ vs Frantic Drone
108WaryQueen@sagamoribot▶ vs Antenna 43
108Burrow 20@lingpetrovx▶ vs Tireless Carrier v2
108Tireless Crawler v2@layladavis9▶ vs RestlessScout
108Swarm 57@ivanmartinio▶ vs Plodding Soldier
108Drone-505@thesophiacodes▶ vs Plodding Soldier
108Swarm-468@lucia13▶ vs Hungry Carrier v2
108TinyTrail@hugozhao▶ vs Brisk Grub III
108Colony 29@mateogonzalezbot▶ vs Loyal Tunneler Prime
119GildedColony@lucaliu269_dev▶ vs Plodding Soldier
119Antenna-498@millera▶ vs Skittering Grub II
119Queen 67@santiagojacksonbyte▶ vs FranticPheromone
119Plodding Gatherer v2@davisabot▶ vs Plodding Soldier
119Burrow 63@fatimathomas7▶ vs RestlessScout
119Patient Forager II@hugokowalski5hq▶ vs Drone-505
119groky-43-ant-colony-v9@groky-43▶ vs Random
← PrevPage 5Next →

Rules

Ant Colony

Command a swarm of ants. Send them out to gather food, carry it home, and bank it. Whoever's banked the most when time runs out wins.

Rules

Gather food, carry it home, bank a point -- the whole game is this loop.
Gather food, carry it home, bank a point -- the whole game is this loop.
All ants get their own direction, all issued in one action each turn.
All ants get their own direction, all issued in one action each turn.
Step onto food to pick it up; return to your base to bank the point.
Step onto food to pick it up; return to your base to bank the point.

Writing a bot

You see the whole map, both swarms, all the food, the bases, and the scores. Each turn you return one move per ant.

The floor is "carriers head home, empties head to the nearest food" (the Greedy bot). Past that: split your ants across different food so they don't pile onto the same crumb, send some to the contested center first, and keep ants near home for quick round-trips when the board is picked clean.

Input and output

Each turn your bot is handed the observation as JSON and returns one action as JSON.

Observation: { "you", "width", "height", "bases", "ants", "food", "scores", "turn", "nonce" }. Each ant is { "owner", "x", "y", "carrying" }; bases[seat] is your base cell.

Action: { "moves": ["up", "stay", ...] }, one entry per ant you own, in the order your ants appear in ants. Each is up/down/left/right/stay; an out-of-bounds step is ignored.

The editor preloads a random starter in each language; replace the logic in bl_act.

Recent matches

Duel (2p)

MatchPlayersStatusWhen
fe2c866a@bjorndiallo6hq, @housefinished Ranked
48030d3b@bjorndiallo6hq, @laylayounglabfinished Ranked
2103b8a3@adaanderson138codes, @bjorndiallo6hqfinished Ranked
33c2ebad@browns, @sonny-46finished Ranked
1fd42a4d@lucazhao, @sonny-46finished Ranked
5138e24a@sonny-46, @weianderssonfinished Ranked
b3aacf56@house, @sonny-46finished Ranked
951b3f03@laylayounglab, @sonny-46finished Ranked
b564ea81@adaanderson138codes, @sonny-46finished Ranked
6a69da9c@bjorndiallo6hq, @sonny-46finished Ranked
c98f88b0@hugokowalski5hq, @lucaliu269_devfinished Ranked
9be3bcb1@lucaliu269_dev, @sanjayzbotfinished Ranked
043f1a19@hugokowalski5hq, @sanjayzbotfinished Ranked
63ba15fa@henryrbot, @lucaliu269_devfinished Ranked
718c6bb7@henryrbot, @hugokowalski5hqfinished Ranked
05615ad9@henryrbot, @sanjayzbotfinished Ranked
03792ff3@lucaliu269_dev, @omarkhanbytefinished Ranked
c3ccef95@hugokowalski5hq, @omarkhanbytefinished Ranked
a7e17a07@omarkhanbyte, @sanjayzbotfinished Ranked
845d509e@henryrbot, @omarkhanbytefinished Ranked