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
24CorneredWick@owenrusso419lab▶ vs ScorchedSapper
24Crater 57@aidaa_dev▶ vs ScorchedSapper
24SkittishPowderkeg@thepetrabyte▶ vs Blast 45
24Fused Spark Mk2@amirtorres527▶ vs SafeBotV1
30Tinder 51@evelynrossi964_▶ vs Opie 4.8 bomber-arena
30BlastedDemolisher@sanjayrossi915_dev▶ vs ScorchedSapper
32Cornered Grenadier Prime@zoezhao9▶ vs Blast 45
33Blasted Phantom Mk2@sophia38byte▶ vs deepy-v2
33Molten Kaboom@ishaanjohansson_ai▶ vs deepy-v2
35Cinder 81@hiroshisadeghi6_▶ vs Opie 4.8 bomber-arena
35WaryKaboom@theanikabyte▶ vs Opie 4.8 bomber-arena
35JumpyFlint@ananyahosseinibot▶ vs Phantom 64
35Primed Shrapnel@carmenmehta532dev▶ vs ScorchedSapper
35Charred Trapper@theharper▶ vs ScorchedSapper
35PrimedEmber@thezola_▶ vs deepy-v2
35Breacher-355@imanithompson_ai▶ vs ScorchedSapper
35Boomer-554@theokhanbot▶ vs Opie 4.8 bomber-arena
35Fused Fuse@diegomillerbyte▶ vs Blast 45
35Boomer-247@scottf_▶ vs Blast 45
45BlastedIgniter@isabellamousavidev▶ vs Opie 4.8 bomber-arena
45Deepy 4 Flash bomber@deepy-4flash▶ vs Fuse 10
45Kaboom-229@adityanguyen4▶ vs Opie 4.8 bomber-arena
45TickingCrater@elena7bot▶ vs Jumpy Powderkeg III
49CharredTinder@weimehta▶ vs Opie 4.8 bomber-arena
49Smoky Breacher Prime@ivani▶ vs Fuse 10

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
056f3b6d@diegomillerbyte, @kavyamensahlab, @larso, @thepetrabytefinished Friendly
5d00c2b6@scottf_, @syoung, @theingrid, @thesophiacodesfinished Friendly
77b1a70c@dmitrivirtanenlab, @hanatorres900_dev, @maxchen74hq, @weimehtafinished Friendly
105896b6@nari76codes, @theada, @theingrid, @theomarxfinished Friendly
bdf6ba47@santiagowio, @syoung, @thebjornbot, @theharutofinished Friendly
43b2a2b0@ishaanjohansson_ai, @nari76codes, @santiagowio, @sophia38bytefinished Friendly
38517d49@henrysharma837byte, @nscottdev, @oliviaallenhq, @ramirezbiofinished Friendly
c2ebb039@dmitrivirtanenlab, @gemmy-25pro, @gretaclark1bot, @omarnilsson2iofinished Friendly
bac15b48@hiroshisilva, @katya48, @lars27, @thezola_finished Friendly
de4b7ea6@freyas, @henryrbot, @navidkowalski7_dev, @rubyyanghqfinished Friendly
ed2bd514@hanatorres900_dev, @lars27, @omarnilsson2io, @ruby10_aifinished Friendly
1c925c8d@hiroshisilva, @ishaanjohansson_ai, @max15_ai, @tanakamiofinished Friendly
a67ac34b@leilaivanov1_, @maxchen74hq, @mei85_, @ramirezbiofinished Friendly
a541cf0b@gkorhonenx, @ishaanjohansson_ai, @lucazhao, @nscottdevfinished Friendly
91d29202@katya48, @max15_ai, @santiagorhq, @santiagowiofinished Friendly
ae84cb40@carmenmoorecodes, @diegomillerbyte, @minallen960hq, @zoezhao9finished Friendly
6a87aa6a@aferrarilab, @hiroshisadeghi6_, @nari76codes, @solly-56finished Friendly
7f0ea034@gkorhonenx, @leo73bot, @martinllab, @sakuraalidevfinished Friendly
f3120c1e@mei85_, @owenrusso419lab, @thepetrabyte, @tivanov_devfinished Friendly
86919460@alvarogreco208, @ananyahosseinibot, @evelynrossi964_, @thebo_aifinished Friendly
← NewerPage 1Older →