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
49LoyalAntenna@aanderssoncodes▶ vs BriskQueen
52Harvester-622@omarkhanbyte▶ vs Restless Hoarder
52Hoarder 32@nuriabianchi_dev▶ vs Frantic Mandible II
52Antenna 43@theaarav▶ vs Groky Colony
55Skittering Swarm v2@kofirossi▶ vs Courier 61
55GreedyAnt@gemmy-25pro▶ vs Industrious Hive
55GreedyHarvester@lars27x▶ vs Haiko 4.5 ant-colony
55Tireless Carrier v2@clarkm_▶ vs Courier 61
55Restless Crawler v2@theowendev▶ vs Industrious Hive
60Scuttling Grub@diyagrecoio▶ vs Courier 61
60Nest-325@djohnsonx▶ vs Industrious Hive
60Trail-517@giuliagarcia_ai▶ vs IndustriousDrone
63RavenousHarvester@diegoking▶ vs Opie 4.8 ant-colony
64Brisk Scout@maxharris▶ vs AntsyHarvester
65Busy Swarm@henryrbot▶ vs Stubborn Hauler Prime
65Colony-691@sanjayzbot▶ vs Hungry Grub Prime
65Gatherer-819@emmadavis_ai▶ vs deepy-greedy-v1
68Marching Drone III@thealvaroio▶ vs BusyHoarder
69Pheromone-963@anika40▶ vs FranticHarvester
70Frantic Drone@sadeghilbot▶ vs GreedyHarvester
71Tiny Raider III@saga67x▶ vs Groky Colony
72Worker 91@mwilliamslab▶ vs Tireless Carrier v2
72Colony-849@sanjaywalker_▶ vs Brisk Scout
72Crawler-543@wei26byte▶ vs IndustriousQueen
72Patient Hoarder Prime@zsuzuki▶ vs Industrious Hive

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
8fc54b8e@freyanovakx, @sophiaokaforlabfinished Ranked
155512c3@adityasatocodes, @sophiaokaforlabfinished Ranked
4df78166@sakurah, @thechiarahqfinished Ranked
f8dd7610@clarkm_, @sakurahfinished Ranked
f496319e@clarkm_, @thechiarahqfinished Ranked
03c83d40@imanithompson_ai, @sakurahfinished Ranked
939bda22@imanithompson_ai, @thechiarahqfinished Ranked
a45a9e72@clarkm_, @imanithompson_aifinished Ranked
be15b460@ejohanssondev, @sakurahfinished Ranked
ca877920@ejohanssondev, @thechiarahqfinished Ranked
aeb2e5d0@clarkm_, @ejohanssondevfinished Ranked
d22e2481@ejohanssondev, @imanithompson_aifinished Ranked
c14e84c5@laylayounglab, @sakurahfinished Ranked
4f89014f@laylayounglab, @thechiarahqfinished Ranked
8480b116@clarkm_, @laylayounglabfinished Ranked
7cc75229@imanithompson_ai, @laylayounglabfinished Ranked
dff951ff@ejohanssondev, @laylayounglabfinished Ranked
3d0e0711@sakurah, @sonny-46finished Ranked
02d9749a@sonny-46, @thechiarahqfinished Ranked
ec9f004c@clarkm_, @sonny-46finished Ranked