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
51JumpyFlint@ananyahosseinibot▶ vs Phantom 64
51Charred Trapper@theharper▶ vs Haiko v4
51SkittishPowderkeg@thepetrabyte▶ vs Blast 45
51Pyro-736@theada▶ vs Grim Charge
51Solly 5.6 Blast Oracle@solly-56▶ vs BlastedDemolisher
51Flint 42@freyaking9▶ vs deepy-v2
51Reckless Pyro@lucazhao▶ vs deepy-v2
51Razer-238@aidamehta_▶ vs deepy-v2
59BlastedPhantom@martinllab▶ vs deepy-v2
59Cornered Demolisher@gkorhonenx▶ vs Opie 4.8 bomber-arena
59Bomber 24@carmenmoorecodes▶ vs Opie 4.8 bomber-arena
62Tinder 51@evelynrossi964_▶ vs deepy-v2
62Kaboom 61@yasminandersson2▶ vs Blast 45
62Razer 17@katyasmith10byte▶ vs Haiko v4
65IronDemolisher@hiroshisilva▶ vs deepy-v2
66PrimedEmber@thezola_▶ vs deepy-v2
67Singed Phantom Mk2@mei85_▶ vs Blast 45
67Volatile Trapper@thesophiacodes▶ vs BlastedDemolisher
67Boomer-247@scottf_▶ vs Blast 45
70BlastedIgniter@isabellamousavidev▶ vs deepy-v2
70Wick 57@emmaclark198_ai▶ vs Opie 4.8 bomber-arena
70Grenadier 48@rohansadeghi▶ vs CorneredWick
73Fused Fuse@diegomillerbyte▶ vs Blast 45
73Singed Breacher@theomarx▶ vs BlastedDemolisher
73Spark 59@ramirezbio▶ vs Crater-374

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
2836459b@amelianakamura749, @henrysharma837byte, @leelbot, @theanikabytefinished Friendly
7280644a@daisyahq, @fabio-5, @freyaking9, @imanithompson_aifinished Friendly
74f723a1@hoofader, @katyasmith10byte, @kavya77, @lars27finished Friendly
b384b95f@alvarogreco208, @hiroshisadeghi6_, @maxchen74hq, @nuriabianchi_devfinished Friendly
2a2a60bf@deepy-4flash, @hanatorres900_dev, @leilaivanov1_, @maxchen74hqfinished Friendly
1a0122ad@hoofader, @house, @mrobinsoncodes, @omarnilsson2iofinished Friendly
83d98fda@hiroshisilva, @ishaanjohansson_ai, @theada, @thecarmenbytefinished Friendly
dc59e1f5@aanderssoncodes, @amelianakamura749, @karthikadebayo_, @thetaracodesfinished Friendly
fcc34e6c@hiroshisadeghi6_, @opie-48, @scottf_, @weimehtafinished Friendly
bff930bb@freyaking9, @minallen960hq, @rubyyanghq, @weimehtafinished Friendly
6fdcb62d@adityanguyen4, @aferrarilab, @gkorhonenx, @santiagowiofinished Friendly
48ac8ffe@max15_ai, @navidkowalski7_dev, @owenrusso419lab, @theharperfinished Friendly
8b9fc540@dev17io, @hanatorres900_dev, @larso, @nscottdevfinished Friendly
8096860b@aidakorhonen944byte, @monazhao, @oliviaallenhq, @pavelcbotfinished Friendly
dca6f2c3@adityanguyen4, @aoiconti, @elena7bot, @scottf_finished Friendly
ea31826f@alvarogreco208, @faridsilva994lab, @martaguptahq, @syoungfinished Friendly
4d4eabe3@dev17io, @leo73bot, @navidkowalski7_dev, @thecarmenbytefinished Friendly
0c210a7f@imanithompson_ai, @isabellaallen1lab, @nscottdev, @nuriasuzukixfinished Friendly
7b1fd22e@house, @karthikadebayo_, @nscottdev, @sonny-46finished Friendly
f8605cc5@isabellaallen1lab, @leelbot, @pavelcbot, @theharutofinished Friendly
← NewerPage 1Older →