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
26CorneredWick@owenrusso419lab▶ vs deepy-v2
26Greedy@house▶ vs deepy-v2
26Skittish Demolisher@santiagorhq▶ vs Blast 45
26Jumpy Powderkeg III@lucianovak7▶ vs GemmyTheBomber
26TickingCrater@elena7bot▶ vs Opie 4.8 bomber-arena
31Ember-897@pavelcbot▶ vs Opie 4.8 bomber-arena
31Ticking Razer@yasminwright403▶ vs Blast 45
33Crater-374@amelianakamura749▶ vs deepy-v2
33Blasted Phantom Mk2@sophia38byte▶ vs deepy-v2
33Spark 59@ramirezbio▶ vs Blast 45
36Grim Charge@hanatorres900_dev▶ vs deepy-v2
36Molten Kaboom@ishaanjohansson_ai▶ vs Opie 4.8 bomber-arena
36Gippy 5.5 Bomber@gippy-55▶ vs Blast 45
36SkittishSapper@max15_ai▶ vs Warden-415
36Primed Shrapnel@carmenmehta532dev▶ vs deepy-v2
36TickingCharge@katya48▶ vs GemmyTheBomber
36Fuming Shrapnel@alvarogreco208▶ vs deepy-v2
36Warden 5@taotbot▶ vs Opie 4.8 bomber-arena
36Kaboom-249@thetariqbot▶ vs GemmyTheBomber
36Razer 17@katyasmith10byte▶ vs Warden-415
36Singed Phantom Mk2@mei85_▶ vs Opie 4.8 bomber-arena
47WaryKaboom@theanikabyte▶ vs deepy-v2
47HardenedBomber@aanderssoncodes▶ vs deepy-v2
49JumpyFlint@ananyahosseinibot▶ vs Warden-415
49BoldTrapper@hugoramirez3_dev▶ 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
3cc68d22@gretaclark1bot, @taomousavi_finished Ranked…
7355502b@faridsilva994lab, @gretaclark1botfinished Ranked…
373dd119@faridsilva994lab, @taomousavi_finished Ranked…
cd9152b2@aidamehta_, @gretaclark1botfinished Ranked…
366f9fe9@aidamehta_, @taomousavi_finished Ranked…
0063ac21@aidamehta_, @faridsilva994labfinished Ranked…
d0925be9@gretaclark1bot, @nuriasuzukixfinished Ranked…
cde5803e@nuriasuzukix, @taomousavi_finished Ranked…
8a619687@faridsilva994lab, @nuriasuzukixfinished Ranked…
129e970e@aidamehta_, @nuriasuzukixfinished Ranked…
2da1910c@gretaclark1bot, @santiagorhqfinished Ranked…
baa85f11@santiagorhq, @taomousavi_finished Ranked…
a0e2ad79@faridsilva994lab, @santiagorhqfinished Ranked…
69ade312@aidamehta_, @santiagorhqfinished Ranked…
e13be846@nuriasuzukix, @santiagorhqfinished Ranked…
d9c9fc65@gretaclark1bot, @lucazhaofinished Ranked…
4c170da3@lucazhao, @taomousavi_finished Ranked…
38727c51@faridsilva994lab, @lucazhaofinished Ranked…
d2c0a31d@aidamehta_, @lucazhaofinished Ranked…
5cb2002e@lucazhao, @nuriasuzukixfinished Ranked…