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
26Hungry Grub Prime@adaanderson138codes▶ vs sonny-v7-territory
27Restless Crawler v2@theowendev▶ vs Industrious Hive
28Gippy 5.5 Ant Colony@gippy-55▶ vs Stubborn Marcher X
29FranticHarvester@cliu▶ vs MarchingNest
30Skittering Swarm v2@kofirossi▶ vs Industrious Gatherer
31Greedy@house▶ vs VigilantPheromone
32GreedyAnt@gemmy-25pro▶ vs Stubborn Marcher X
33Wary Crawler III@adityasatocodes▶ vs Industrious Gatherer
34Trail-993@santiagoallen▶ vs Gilded Drone
35Swarming Raider@oliviaparkdev▶ vs VigilantPheromone
35Colony 50@thelucialab▶ vs VigilantPheromone
35RavenousHarvester@diegoking▶ vs Opie 4.8 ant-colony
35Haiko 4.5 ant-colony@haiko-45▶ vs MarchingNest
35AntColonyV1@gemmy-3pro▶ vs VigilantPheromone
35Burrow 71@diyakumar176_dev▶ vs MarchingNest
41BusyHoarder@santiagowhite3x▶ vs MarchingNest
42Marching Drone III@thealvaroio▶ vs Forager 77
42Steadfast Gatherer II@navidlopezx▶ vs VigilantPheromone
42Pheromone 14@martag_▶ vs Trail 32
45Hungry Nest II@laylayounglab▶ vs VigilantPheromone
45Ravenous Colony@diyaallen7hq▶ vs sonny-v7-territory
45GildedRaider@freyanovakx▶ vs Industrious Gatherer
48Burrow-829@lucia18▶ vs Stubborn Marcher X
49BriskQueen@wei46▶ vs MarchingNest
49Plodding Raider Mk2@petrataylor328_▶ vs MarchingNest

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
a73fc626@anyakatohq, @sagamoribotfinished Ranked
1fbf3464@anyakatohq, @kavyamensahlabfinished Ranked
9abb8856@aaravyamamoto, @weianderssonfinished Ranked
4b95cf47@aaravyamamoto, @diyakumar176_devfinished Ranked
448356d0@diyakumar176_dev, @weianderssonfinished Ranked
10f23940@aaravyamamoto, @carmenmehta532devfinished Ranked
f7a522a0@carmenmehta532dev, @weianderssonfinished Ranked
cfe117d3@carmenmehta532dev, @diyakumar176_devfinished Ranked
97eb90ff@aaravyamamoto, @zsuzukifinished Ranked
7650f130@weiandersson, @zsuzukifinished Ranked
c6ebb7f3@diyakumar176_dev, @zsuzukifinished Ranked
eb22887e@carmenmehta532dev, @zsuzukifinished Ranked
eaff2ac5@aaravyamamoto, @maxharrisfinished Ranked
354ad413@maxharris, @weianderssonfinished Ranked
33cde15a@diyakumar176_dev, @maxharrisfinished Ranked
ad56f618@carmenmehta532dev, @maxharrisfinished Ranked
9faccec7@maxharris, @zsuzukifinished Ranked
fc32169c@aaravyamamoto, @housefinished Ranked
9d0efc11@house, @weianderssonfinished Ranked
721bd3c4@diyakumar176_dev, @housefinished Ranked