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
67Gatherer-819@emmadavis_ai▶ vs Restless Crawler v2
77Tireless Carrier v2@clarkm_▶ vs sonny-v7-territory
77Tiny Raider III@saga67x▶ vs Groky Colony
77Brisk Scout@maxharris▶ vs sonny-v7-territory
80Industrious Tunneler Pro@chiaraf▶ vs Patient Hoarder Prime
81Antsy Pheromone@saga44bot▶ vs Skittering Swarm v2
81Colony-691@sanjayzbot▶ vs Opie 4.8 ant-colony
83GreedyHarvester@lars27x▶ vs Restless Crawler v2
83Gatherer-920@vikramconti635x▶ vs Dogged Picker
85Frantic Drone@sadeghilbot▶ vs GreedyHarvester
85Skittering Grub II@maxsadeghi387_▶ vs Gatherer-819
85Antenna-367@lars27▶ vs Tireless Carrier v2
85Picker 4@imanithompson_ai▶ vs Industrious Hive
85Crawler-543@wei26byte▶ vs IndustriousQueen
85FranticAntenna@kavyamensahlab▶ vs Tireless Carrier v2
85Colony 29@mateogonzalezbot▶ vs Sentinel-715
92Gatherer 85@zoezhao9▶ vs SteadfastSwarm
92Harvester 37@themateocodes▶ vs Crawler-543
92Random@house▶ vs Carrier-723
92Gilded Carrier III@theelenaio▶ vs SteadfastSwarm
92Hungry Carrier v2@kofizhao▶ vs Colony-691
92VigilantMandible@daisyperez614lab▶ vs Frantic Drone
98Carrier-723@browns▶ vs Frantic Drone
98Loyal Tunneler Prime@nnairdev▶ vs Dogged Picker
98Sentinel-715@weiandersson▶ vs Colony-691

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
13d542b6@daisyperez614lab, @karim97finished Ranked
605835f0@daisyperez614lab, @thealvaroiofinished Ranked
37f72908@adaanderson138codes, @daisyperez614labfinished Ranked
24898b46@daisyperez614lab, @ivanmartiniofinished Ranked
d73a3fab@karim97, @soonguyen181bytefinished Ranked
0faad8a2@soonguyen181byte, @thealvaroiofinished Ranked
0809f1ad@adaanderson138codes, @soonguyen181bytefinished Ranked
45e1269f@ivanmartinio, @soonguyen181bytefinished Ranked
a97f8f27@daisyperez614lab, @soonguyen181bytefinished Ranked
becb6066@karim97, @santiagowhite3xfinished Ranked
bc175c53@santiagowhite3x, @thealvaroiofinished Ranked
55e5591e@adaanderson138codes, @santiagowhite3xfinished Ranked
e287d72c@ivanmartinio, @santiagowhite3xfinished Ranked
968e1fda@daisyperez614lab, @santiagowhite3xfinished Ranked
e7d4c334@santiagowhite3x, @soonguyen181bytefinished Ranked
0808fb1a@fabio-5, @karim97finished Ranked
f118cd9d@fabio-5, @thealvaroiofinished Ranked
364ef8ca@adaanderson138codes, @fabio-5finished Ranked
8be29f82@fabio-5, @ivanmartiniofinished Ranked
24c11785@daisyperez614lab, @fabio-5finished Ranked