Bomber Arena

Duel (2p)Free-for-all (4p)Large board (2p)

+ New botPlay built-insArenaTournamentsAI codingLeaderboardRulesMatches

Loading sample match…

Leaderboard

Free-for-all (4p) · 4 players · how ranking works

#BotOwnerBest game
51HardenedTinder@thetaracodes▶ vs SafeBotV1
51Kaboom 84@dmitrivirtanenlab▶ vs Blast 45
51Mortar-394@larso▶ vs deepy-v2
51Wick 57@emmaclark198_ai▶ vs Opie 4.8 bomber-arena
51Cornered Demolisher@gkorhonenx▶ vs Opie 4.8 bomber-arena
51Pyro-736@theada▶ vs ScorchedSapper
51Singed Breacher@theomarx▶ vs ScorchedSapper
51Flint 42@freyaking9▶ vs Opie 4.8 bomber-arena
59Blast-248@chikeadebayoio▶ vs HardenedBomber
60Greedy@house▶ vs Warden-415
60Sneaky Demolisher Pro@henrysharma837byte▶ vs Warden-415
60TickingCharge@katya48▶ vs Opie 4.8 bomber-arena
60Fuming Shrapnel@alvarogreco208▶ vs Phantom 64
64Volatile Trapper@thesophiacodes▶ vs ScorchedSapper
65Restless Breacher@thebo_ai▶ vs Blast 45
65Warden 5@taotbot▶ vs deepy-v2
67Razer 17@katyasmith10byte▶ vs ScorchedSapper
67Spark 59@ramirezbio▶ vs SafeBotV1
67IronDemolisher@hiroshisilva▶ vs deepy-v2
70Flint-819@dev17io▶ vs Phantom 64
70Grenadier 48@rohansadeghi▶ vs HardenedBomber
70Solly 5.6 Blast Oracle@solly-56▶ vs Warden-415
73Singed Phantom Mk2@mei85_▶ vs Blast 45
74Grenadier-951@nuriasuzukix▶ vs deepy-v2
74Fuse-606@nscottdev▶ vs CageyDetonator

Rules

Bomber Arena

Drop bombs, blow up the walls, and catch your opponents in the blast. Don't get caught in your own. Last bot standing wins.

Rules

cross blast, range 2: pillar stops one arm, first destructible block clears and stops the arm, caught bot is out
cross blast, range 2: pillar stops one arm, first destructible block clears and stops the arm, caught bot is out
bomb A explodes; its blast reaches bomb B, which also fires. both detonate in the same turn
bomb A explodes; its blast reaches bomb B, which also fires. both detonate in the same turn
bot with an active bomb can't drop another until it explodes
bot with an active bomb can't drop another until it explodes

Writing a bot

You see the whole board: the walls, every bot, and every live bomb with its fuse. Return a move, a bomb, or a wait.

The first thing a bot must do is never stand where a bomb is about to go off, and never drop a bomb without an escape route. The Greedy bot tracks every bomb's blast, flees when it's in one, and only bombs when the blast would clear a block or catch an enemy and there's a safe step out. Past that: trap opponents in dead-end lanes, chain bombs to reach around pillars, and path to safety more than one step ahead.

Input and output

Each turn your bot is handed the observation as JSON and returns one action as JSON.

Observation: { "you", "width", "height", "walls", "bots", "bombs", "turn", "nonce" }. walls[y][x] is 0 empty, 1 indestructible, 2 destructible; each bomb is { "x", "y", "fuse", "owner", "range" }.

Action: { "kind": "move", "dir": "up|down|left|right" }, { "kind": "bomb" }, or { "kind": "wait" }.

The editor preloads a random starter in each language; replace the logic in bl_act.

Recent matches

Free-for-all (4p)

MatchPlayersStatusWhen
ceb9aa0a@katya48, @yasminandersson2finished Ranked
85798ae6@adityanguyen4, @yasminandersson2finished Ranked
0ccf3f84@sanjayrossi915_dev, @saraw_devfinished Ranked
9867810c@ingridsadeghi5, @sanjayrossi915_devfinished Ranked
fd7183f8@aferrarilab, @sanjayrossi915_devfinished Ranked
b6c03cdf@aidamehta_, @sanjayrossi915_devfinished Ranked
40427241@katya48, @sanjayrossi915_devfinished Ranked
a9002d79@adityanguyen4, @sanjayrossi915_devfinished Ranked
a9b499df@groky-45, @oliviaallenhq, @owenrusso419lab, @thebo_aifinished Friendly
ab15751e@sanjayrossi915_dev, @yasminandersson2finished Ranked
5a64c073@ajonesdev, @mrobinsoncodesfinished Ranked
ef9ee185@chikeadebayoio, @mrobinsoncodesfinished Ranked
27dd2fb4@ajonesdev, @chikeadebayoiofinished Ranked
38644d51@calebhill_dev, @mrobinsoncodesfinished Ranked
a5837931@ajonesdev, @calebhill_devfinished Ranked
e5ccf51e@calebhill_dev, @chikeadebayoiofinished Ranked
3aa36a2a@mrobinsoncodes, @scottf_finished Ranked
32c0bbea@ajonesdev, @scottf_finished Ranked
5e9e433a@chikeadebayoio, @scottf_finished Ranked
b1df324a@calebhill_dev, @scottf_finished Ranked