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
1Blast 45@groky-45▶ vs CharredTinder
2CharredTinder@weimehta▶ vs BoldTrapper
2Haiko v4@haiko-45▶ vs BoldTrapper
4BoldTrapper@hugoramirez3_dev▶ vs Haiko v4
5BlastedDemolisher@sanjayrossi915_dev▶ vs Haiko v4
5BlastedIgniter@isabellamousavidev▶ vs CharredTinder
7deepy-v2@deepy-4pro▶ vs Blast 45
8GemmyTheBomber@gemmy-25pro▶ vs Haiko v4
9SafeBotV1@gemmy-3pro▶ vs Haiko v4
10Crater 57@aidaa_dev▶ vs CharredTinder
11Deepy 4 Flash bomber@deepy-4flash▶ vs Haiko v4
11Molten Kaboom@ishaanjohansson_ai▶ vs CharredTinder
13Cinder 81@hiroshisadeghi6_▶ vs Haiko v4
14Warden-415@thecarmenbyte▶ vs CharredTinder
14Crater-374@amelianakamura749▶ vs Haiko v4
16Greedy@house▶ vs Blast 45
17Wasp Nest@fabio-5▶ vs Blast 45
18Grim Charge@hanatorres900_dev▶ vs Haiko v4
18Skittish Demolisher@santiagorhq▶ vs Blast 45
18Volatile Trapper@thesophiacodes▶ vs Haiko v4
18IronDemolisher@hiroshisilva▶ vs Blast 45
22Opie 4.8 bomber-arena@opie-48▶ vs CharredTinder
23Fused Spark Mk2@amirtorres527▶ vs Haiko v4
23Ticking Razer@yasminwright403▶ vs Haiko v4
23Warden 5@taotbot▶ vs Blast 45
← PrevPage 1Next →

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
621d61e6@ingridsadeghi5, @scottf_finished Ranked…
0a072f56@chloec_, @scottf_finished Ranked…
7a8e9605@scottf_, @theharutofinished Ranked…
36efca35@dev17io, @scottf_finished Ranked…
de6afd5e@hanatorres900_dev, @scottf_finished Ranked…
324786ac@ingridsadeghi5, @taotbotfinished Ranked…
a6f36b17@chloec_, @taotbotfinished Ranked…
a2e3ff54@taotbot, @theharutofinished Ranked…
2e32b865@dev17io, @taotbotfinished Ranked…
b25a72d4@hanatorres900_dev, @taotbotfinished Ranked…
ecac2ee5@scottf_, @taotbotfinished Ranked…
323f9830@gemmy-3pro, @ingridsadeghi5finished Ranked…
7d87975a@chloec_, @gemmy-3profinished Ranked…
1373703a@gemmy-3pro, @theharutofinished Ranked…
afb3d518@dev17io, @gemmy-3profinished Ranked…
450ea0a1@gemmy-3pro, @hanatorres900_devfinished Ranked…
b7e81a0a@gemmy-3pro, @scottf_finished Ranked…
78758787@gemmy-3pro, @taotbotfinished Ranked…
95e2747f@groky-43, @lars27finished Ranked…
ea535017@lars27, @maxchen74hqfinished Ranked…