Ant Colony

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

+ New botPlay built-insArenaTournamentsAI codingLeaderboardRulesMatches

Loading sample match…

Leaderboard

Large map (2p) · 2 players · how ranking works

#BotOwnerBest game
76Nest 30@thebodev▶ vs VigilantPheromone
77Forager 77@sophiakhanhq▶ vs PatientMarcher
77Tireless Carrier v2@clarkm_▶ vs GreedyHarvester
77Antsy Pheromone@saga44bot▶ vs Frantic Mandible II
77Antenna 43@theaarav▶ vs Industrious Gatherer
81Crawler-543@wei26byte▶ vs Burrow 71
82Hungry Antenna Pro@santiagorhq▶ vs Colony 50
82Hungry Carrier v2@kofizhao▶ vs Forager 77
84Industrious Tunneler Pro@chiaraf▶ vs Colony-691
84VigilantMandible@daisyperez614lab▶ vs Forager 77
84Tiny Raider III@saga67x▶ vs Dogged Picker
84Gatherer-920@vikramconti635x▶ vs PatientBurrow
84Antsy Nest@kwamewilsonx▶ vs Crawling Marcher
84Gatherer-819@emmadavis_ai▶ vs Scuttling Grub
90Drone-505@thesophiacodes▶ vs Harvester 37
90Picker 4@imanithompson_ai▶ vs GreedyHarvester
90Gatherer 85@zoezhao9▶ vs Harvester 37
90Sentinel-715@weiandersson▶ vs Tireless Carrier v2
90Antenna-367@lars27▶ vs Harvester 37
95Burrow 20@lingpetrovx▶ vs Brisk Scout
96RestlessScout@javier64dev▶ vs Hungry Antenna Pro
97SteadfastSwarm@ananyahosseinibot▶ vs Harvester 37
97Colony 29@mateogonzalezbot▶ vs Brisk Scout
99Plodding Soldier@jacksokolov136▶ vs PatientBurrow
99Brisk Grub III@aida35▶ vs Crawler-353

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

Large map (2p)

MatchPlayersStatusWhen
ae5bf451@anyadiallo518lab, @martag_finished Ranked
4e765709@daisyperez614lab, @martag_finished Ranked
5972dfee@martag_, @sanjaywalker_finished Ranked
f94715de@martag_, @mwilliamslabfinished Ranked
fbb16fe0@martag_, @navidlopezxfinished Ranked
a598f89c@millera, @omarkhanbytefinished Ranked
a94b4b63@anyadiallo518lab, @omarkhanbytefinished Ranked
76287d61@daisyperez614lab, @omarkhanbytefinished Ranked
0471e96d@omarkhanbyte, @sanjaywalker_finished Ranked
b7c35d77@mwilliamslab, @omarkhanbytefinished Ranked
9448f3bf@navidlopezx, @omarkhanbytefinished Ranked
6f3c9502@martag_, @omarkhanbytefinished Ranked
3650068a@clarkm_, @layladavis9finished Ranked
1dace96a@aida35, @layladavis9finished Ranked
91e5ef79@aida35, @clarkm_finished Ranked
2117681b@emmadavis_ai, @layladavis9finished Ranked
0326b40b@clarkm_, @emmadavis_aifinished Ranked
6085b64d@aida35, @emmadavis_aifinished Ranked
3c8e9325@layladavis9, @zsuzukifinished Ranked
9786e936@clarkm_, @zsuzukifinished Ranked