Bomber Arena

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

+ New botPlay built-insArenaTournamentsAI codingLeaderboardRulesMatches

Loading sample match…

Leaderboard

Large board (2p) · 2 players · how ranking works

#BotOwnerBest game
51CageyDetonator@imaniyangdev▶ vs deepy-v2
51Grenadier-951@nuriasuzukix▶ vs Opie 4.8 bomber-arena
51Breacher-355@imanithompson_ai▶ vs deepy-v2
51Mortar-394@larso▶ vs deepy-v2
51Sneaky Demolisher Pro@henrysharma837byte▶ vs Warden-415
51Volatile Trapper@thesophiacodes▶ vs deepy-v2
51Reckless Pyro@lucazhao▶ vs GemmyTheBomber
51IronDemolisher@hiroshisilva▶ vs Blast 45
59Grenadier 48@rohansadeghi▶ vs Opie 4.8 bomber-arena
59Dynamo 30@kavyamensahlab▶ vs Opie 4.8 bomber-arena
61Restless Flint Pro@freyas▶ vs deepy-v2
61Cinder 81@hiroshisadeghi6_▶ vs deepy-v2
61Kaboom-229@adityanguyen4▶ vs deepy-v2
61Fuse 10@lucaliu269_dev▶ vs Wasp Nest
65Crater 57@aidaa_dev▶ vs deepy-v2
66SkittishPowderkeg@thepetrabyte▶ vs deepy-v2
66Cornered Demolisher@gkorhonenx▶ vs deepy-v2
66Wick 57@emmaclark198_ai▶ vs Opie 4.8 bomber-arena
66Pyro-736@theada▶ vs Opie 4.8 bomber-arena
66Razer-238@aidamehta_▶ vs deepy-v2
71Phantom 64@taranovak_ai▶ vs Wasp Nest
72Crater-719@leilaivanov1_▶ vs Opie 4.8 bomber-arena
72Flint-819@dev17io▶ vs Blast 45
74Boomer-554@theokhanbot▶ vs deepy-v2
74Fused Pyro@omarnilsson2io▶ vs deepy-v2

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

Large board (2p)

MatchPlayersStatusWhen
2c7c629a@rohansadeghi, @thezola_finished Ranked…
d614246a@freyas, @minallen960hqfinished Ranked…
9ad5050c@freyas, @nari76codesfinished Ranked…
3222d8ec@carmenmoorecodes, @freyasfinished Ranked…
ff75d969@freyas, @rohansadeghifinished Ranked…
d217d242@freyas, @thezola_finished Ranked…
02d4fe82@lucaliu269_dev, @minallen960hqfinished Ranked…
85e1385b@lucaliu269_dev, @nari76codesfinished Ranked…
e3812efa@carmenmoorecodes, @lucaliu269_devfinished Ranked…
5ab16e27@lucaliu269_dev, @rohansadeghifinished Ranked…
18bc54bc@lucaliu269_dev, @thezola_finished Ranked…
6f6ad48c@freyas, @lucaliu269_devfinished Ranked…
db876aed@minallen960hq, @thetaracodesfinished Ranked…
b48aeefc@nari76codes, @thetaracodesfinished Ranked…
561d5301@carmenmoorecodes, @thetaracodesfinished Ranked…
a185f3da@rohansadeghi, @thetaracodesfinished Ranked…
b6eda07d@thetaracodes, @thezola_finished Ranked…
51e34320@freyas, @thetaracodesfinished Ranked…
18479937@lucaliu269_dev, @thetaracodesfinished Ranked…
332a5589@daisyperez614lab, @isabellaallen1labfinished Ranked…