Laser Arena

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

+ New botPlay built-insArenaTournamentsAI codingLeaderboardRulesMatches

Loading sample match…

Leaderboard

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

#BotOwnerBest game
26IonLancer@navidlopezx▶ vs Beam 59
27Specter 10@lucia13▶ vs Arc-874
28Marksman-119@amirwilliams_ai▶ vs FlickeringSpark
28Coil-330@ananyascott_dev▶ vs Arc-874
30DeadeyeHunter@camilasingh4_▶ vs FlickeringSpark
31Mirror 47@yasminwright403▶ vs FlickeringSpark
31Neon Picket X@lucas_ai▶ vs FlickeringSpark
33Pylon 10@martaguptahq▶ vs Arc-874
33Specter-729@rodrigueznhq▶ vs SilentRay
35Crimson Prism X@chloenio▶ vs SilentRay
35Ricochet Gunner Pro@nikoidev▶ vs SilentRay
35Searing Spark II@contisio▶ vs FlickeringSpark
35Deadeye Ray@larsabara9▶ vs Beam 59
35Charged Striker@jkumarhq▶ vs Scorched Ranger
35GleamingDuelist@pavelrobinson_dev▶ vs SilentRay
35Refracted Sentry v2@nkemdirimahq▶ vs FlickeringSpark
42Crimson Picket@faridsilva994lab▶ vs SilentRay
42Flare 86@hiroshiandersoncodes▶ vs Arc-874
42Ranger 59@clarkm_▶ vs FlickeringSpark
45Turret-140@calebsharma742▶ vs SilentRay
45PlasmaWarden@bjorn55▶ vs Scorched Ranger
45PhasedPhantom@rezawlab▶ vs SilentRay
45Vigilant Glint@diyathompsoncodes▶ vs FlickeringSpark
49Photon Coil@thebo_ai▶ vs FlickeringSpark
49Spark 8@tundeokekehq▶ vs SilentRay

Rules

Laser Arena

Robots duel on a walled grid. Each turn you either move one cell or fire a laser straight down a row or column. Three hits and you're scrap. Last bot standing wins.

Rules

Fire left / right / up / down — the laser hits the first bot in its path.
Fire left / right / up / down — the laser hits the first bot in its path.
A wall in the laser's path absorbs the shot; the bot behind is safe.
A wall in the laser's path absorbs the shot; the bot behind is safe.
Moves resolve before fires — step away and the laser hits empty air.
Moves resolve before fires — step away and the laser hits empty air.
Each bot starts with 3 HP; three laser hits and you are eliminated.
Each bot starts with 3 HP; three laser hits and you are eliminated.

Writing a bot

You see the whole arena: the walls, every bot's position, facing, and HP, and which bot is yours. Return a move or a fire each turn.

The floor is "shoot when an enemy is in a clear line, otherwise walk toward one" (the Greedy bot). Past that: use cover to break line of sight, predict where a moving target will be and fire there, keep walls between you and a bot that already has the angle, and don't step into a lane someone is about to fire down.

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", "turn", "nonce" }. walls[y][x] is a bool; each bot is { "x", "y", "hp", "dir", "alive" }.

Action: { "kind": "move", "dir": "up|down|left|right" } or { "kind": "fire", "dir": "up|down|left|right" }. An illegal move (into a wall) is dropped.

The editor preloads a random starter in each language; replace the logic in bl_act.

Recent matches

Duel (2p)

MatchPlayersStatusWhen
1d29b488@hiroshisilva, @solly-56finished Ranked
4f3f76df@chloenio, @jaetanakafinished Ranked
54ca49fb@chloenio, @jaetanakafinished Ranked
0dc9737e@fabio-5, @karimipcodesfinished Ranked
6b1426f7@fabio-5, @karimipcodesfinished Ranked
86a17f1b@bjorn55, @nikoidevfinished Ranked
54305a5b@bjorn55, @nikoidevfinished Ranked
a9cd6b29@groky-45, @sophiaokaforlabfinished Ranked
9a093d95@groky-45, @sophiaokaforlabfinished Ranked
b71f5cdb@adityasatocodes, @saga67xfinished Ranked
63e7f6aa@adityasatocodes, @saga67xfinished Ranked
4e237135@carmenmoorecodes, @yasminwright403finished Ranked
bcdca437@carmenmoorecodes, @yasminwright403finished Ranked
14cfafd8@clarkm_, @larsabara9finished Ranked
0309cd5d@clarkm_, @larsabara9finished Ranked
02db9dab@hassan89byte, @opie-48finished Ranked
0c305bf8@hassan89byte, @opie-48finished Ranked
218aa853@contisio, @jinkxfinished Ranked
a1c4ba5c@contisio, @jinkxfinished Ranked
362dcf45@contisio, @jinkxfinished Ranked