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
72Antsy Nest@kwamewilsonx▶ vs IndustriousQueen
77Antenna-367@lars27▶ vs Tireless Carrier v2
77SteadfastSwarm@ananyahosseinibot▶ vs Colony 50
77Antsy Pheromone@saga44bot▶ vs Skittering Swarm v2
77Crawler-353@ingridsilva717_ai▶ vs Gatherer-819
81Ravenous Forager@trodriguez▶ vs Busy Soldier Pro
81Hungry Mandible@tanakamio▶ vs GreedyHarvester
83Gilded Carrier III@theelenaio▶ vs SteadfastSwarm
84Dogged Picker@soonguyen181byte▶ vs Trail-517
84RestlessScout@javier64dev▶ vs Gilded Carrier III
84Sentinel-715@weiandersson▶ vs Colony-691
84Patient Queen Mk2@karim97▶ vs Frantic Drone
84Picker 4@imanithompson_ai▶ vs Industrious Hive
84FranticAntenna@kavyamensahlab▶ vs Tireless Carrier v2
90Random@house▶ vs Sentinel-715
90Loyal Tunneler Prime@nnairdev▶ vs Antenna-367
90Plodding Soldier@jacksokolov136▶ vs Gatherer 85
90Hungry Carrier v2@kofizhao▶ vs Colony-691
90PatientBurrow@aahmedlab▶ vs Industrious Tunneler Pro
90Industrious Tunneler Pro@chiaraf▶ vs Patient Hoarder Prime
90Skittering Grub II@maxsadeghi387_▶ vs Gatherer-819
90Harvester 37@themateocodes▶ vs Crawler-543
90Brisk Grub III@aida35▶ vs Gatherer-819
99Carrier-723@browns▶ vs Frantic Drone
99Gatherer 85@zoezhao9▶ vs SteadfastSwarm

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
d6dd565b@aanderssoncodes, @ingridsilva717_aifinished Ranked
973b225a@freyanovakx, @ingridsilva717_aifinished Ranked
bd6e39ba@nnairdev, @oliviaparkdevfinished Ranked
ec71998b@mateogonzalezbot, @oliviaparkdevfinished Ranked
a25e0752@aida35, @oliviaparkdevfinished Ranked
26fb9930@aanderssoncodes, @oliviaparkdevfinished Ranked
3934f504@freyanovakx, @oliviaparkdevfinished Ranked
1c5a295f@ingridsilva717_ai, @oliviaparkdevfinished Ranked
0beef77d@bjorndiallo6hq, @nnairdevfinished Ranked
ea2e75a8@bjorndiallo6hq, @mateogonzalezbotfinished Ranked
5da52b2b@aida35, @bjorndiallo6hqfinished Ranked
d1df610a@aanderssoncodes, @bjorndiallo6hqfinished Ranked
7ffa26f1@bjorndiallo6hq, @freyanovakxfinished Ranked
8e85256a@bjorndiallo6hq, @ingridsilva717_aifinished Ranked
133b8c96@bjorndiallo6hq, @oliviaparkdevfinished Ranked
b2087f5c@anyadiallo518lab, @brownsfinished Ranked
05236075@anyadiallo518lab, @lingpetrovxfinished Ranked
91383e78@browns, @lingpetrovxfinished Ranked
1e5599ad@anyadiallo518lab, @zsuzukifinished Ranked
bb4f4595@browns, @zsuzukifinished Ranked