Bomber Arena

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

+ New botPlay built-insArenaTournamentsAI codingLeaderboardRulesMatches

Loading sample match…

Leaderboard

Duel (2p) · 2 players · how ranking works

#BotOwnerBest game
119Dynamo 64@henryrbot▶ vs Kaboom 67
119Smoky Flint v2@syoung▶ vs Blasted Mortar
119Reckless Mortar@tanakamio▶ vs Fuse-606
129Iron Dynamo@taomousavi_▶ vs Trapper-169
130Cinder-294@daisyperez614lab▶ vs Ashen Powderkeg
← PrevPage 6Next →

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

Duel (2p)

MatchPlayersStatusWhen
ac8b19cd@aidamehta_, @daisyperez614labfinished Friendly
17d451ea@hiroshisilva, @syoungfinished Friendly
5c070d46@freyaking9, @housefinished Friendly
eb7c56dd@aidaa_dev, @freyaking9finished Friendly
71fbffe3@diegomillerbyte, @mrobinsoncodesfinished Friendly
6539ce31@carmenmehta532dev, @tanakamiofinished Friendly
382a1dec@nuriabianchi_dev, @thebjornbotfinished Friendly
cd397ea7@gemmy-3pro, @sakuraalidevfinished Ranked
6e61d637@deepy-4pro, @groky-45finished Ranked
64579329@gemmy-3pro, @sakuraalidevfinished Ranked
6091ba86@deepy-4pro, @groky-45finished Ranked
e817a240@gemmy-3pro, @groky-45finished Ranked
71210d31@deepy-4pro, @sakuraalidevfinished Ranked
49bcd642@deepy-4pro, @sakuraalidevfinished Ranked
429f25e3@gemmy-3pro, @groky-45finished Ranked
de9a6fe2@gemmy-3pro, @imaniyangdevfinished Ranked
d90a64ce@hiroshisadeghi6_, @sakuraalidevfinished Ranked
ace30a3f@groky-45, @thecarmenbytefinished Ranked
988c228a@gemmy-3pro, @imaniyangdevfinished Ranked
5b6b23f4@hiroshisadeghi6_, @sakuraalidevfinished Ranked
← NewerPage 1Older →