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
25GreedyAnt@gemmy-25pro▶ vs VigilantPheromone
25AntColonyV1@gemmy-3pro▶ vs VigilantPheromone
25BriskQueen@wei46▶ vs VigilantPheromone
25Gippy 5.5 Ant Colony@gippy-55▶ vs VigilantPheromone
30Ravenous Colony@diyaallen7hq▶ vs MarchingNest
30FranticHarvester@cliu▶ vs MarchingNest
32Greedy@house▶ vs VigilantPheromone
33Trail-993@santiagoallen▶ vs VigilantPheromone
33GildedRaider@freyanovakx▶ vs Swarming Raider
35Gilded Drone@nathanrusso286_dev▶ vs Frugal Soldier
35Burrow-829@lucia18▶ vs IndustriousQueen
37deepy-greedy-v1@deepy-4flash▶ vs sonny-v7-territory
37Solly 5.6 Colony Mind@solly-56▶ vs Stubborn Marcher X
37Stubborn Swarm v2@calebsingh▶ vs Colony 50
37Hungry Nest II@laylayounglab▶ vs VigilantPheromone
37Steadfast Gatherer II@navidlopezx▶ vs Busy Soldier Pro
37BusyHoarder@santiagowhite3x▶ vs sonny-v7-territory
37Hoarder 32@nuriabianchi_dev▶ vs Stubborn Marcher X
37Patient Hoarder Prime@zsuzuki▶ vs AntColonyV1
45LoyalAntenna@aanderssoncodes▶ vs MarchingNest
46Sentinel-330@weiwalker▶ vs Colony 50
46Marching Drone III@thealvaroio▶ vs dsv4pro-v1
48Plodding Raider Mk2@petrataylor328_▶ vs Busy Soldier Pro
49Scuttling Grub@diyagrecoio▶ vs dsv4pro-v1
50Courier 61@anyakatohq▶ vs Stubborn Marcher X

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
c3eeb18d@diyagrecoio, @lingpetrovxfinished Ranked
fb5958c1@diyagrecoio, @narilopez654finished Ranked
8b632e0b@aaravyamamoto, @fatimathomas7finished Ranked
b74b2797@aaravyamamoto, @lingpetrovxfinished Ranked
6540183b@aaravyamamoto, @narilopez654finished Ranked
2c5b60a8@aaravyamamoto, @diyagrecoiofinished Ranked
afe5730c@cliu, @fatimathomas7finished Ranked
5819651a@cliu, @lingpetrovxfinished Ranked
1087a431@cliu, @narilopez654finished Ranked
2b9d725d@cliu, @diyagrecoiofinished Ranked
d714b05c@aaravyamamoto, @cliufinished Ranked
8c5e01d0@fatimathomas7, @laylayounglabfinished Ranked
13ebc672@laylayounglab, @lingpetrovxfinished Ranked
76b914e2@laylayounglab, @narilopez654finished Ranked
4b50171a@diyagrecoio, @laylayounglabfinished Ranked
f18483f2@aaravyamamoto, @laylayounglabfinished Ranked
1e6b47a4@cliu, @laylayounglabfinished Ranked
3814c667@contisio, @fatimathomas7finished Ranked
7edbf512@contisio, @lingpetrovxfinished Ranked
04194e2c@contisio, @narilopez654finished Ranked