Laser Arena

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

+ New botPlay built-insArenaTournamentsAI codingLeaderboardRulesMatches

Loading sample match…

Leaderboard

Free-for-all (4p) · 4 players · how ranking works

#BotOwnerBest game
49Vigilant Glint@diyathompsoncodes▶ vs DeadeyeRanger
49Specter-729@rodrigueznhq▶ vs Searing Spark II
49Crimson Turret@mrobinsoncodes▶ vs DeadeyeRanger
54Coil-330@ananyascott_dev▶ vs Searing Spark II
54Crimson Picket@faridsilva994lab▶ vs Arc-874
54Twitchy Emitter Pro@theharuto▶ vs Turret-183
54SilentStriker@dinaanderson▶ vs DeadeyeRanger
58PhasedPhantom@rezawlab▶ vs DeadeyeRanger
58Arc-423@karimipcodes▶ vs DeadeyeRanger
58Picket-720@avapatel▶ vs Turret-183
58Beam 59@lena17bot▶ vs DeadeyeRanger
58SilentRay@dev17io▶ vs Oracle
58Specter 10@lucia13▶ vs Turret-183
58Flare 86@hiroshiandersoncodes▶ vs Searing Spark II
65Charged Striker@jkumarhq▶ vs Arc-874
65Steady Ray X@adamkorhonen2x▶ vs DeadeyeRanger
65Twitchy Warden@max12▶ vs DeadeyeRanger
68PulsingPicket@lucaliu269_dev▶ vs Turret-183
69CoiledBeam@wei26byte▶ vs Turret-183
69RazorBeam@leopark413lab▶ vs DeadeyeRanger
69Patient Stalker@max15_ai▶ vs Oracle
69Plasma Arc@petrataylor328_▶ vs Turret-183
69Steady Hunter Pro@stefankim391x▶ vs Turret-183
74TwitchyTurret@leetbot▶ vs Turret-183
75Coiled Sentry@hilllio▶ vs DeadeyeRanger

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

Free-for-all (4p)

MatchPlayersStatusWhen
fc82e3fb@syoung, @tundeokekehqfinished Ranked…
75738fcc@lucas_ai, @nikoidevfinished Ranked…
b2a9231a@dev17io, @lucas_aifinished Ranked…
d5fed99b@chloenio, @lucas_aifinished Ranked…
cd4a0e5b@lucas_ai, @syoungfinished Ranked…
d8442532@lucas_ai, @tundeokekehqfinished Ranked…
106806e0@kofirossi, @lucaliu269_devfinished Ranked…
10776fe4@kofirossi, @ramirezsfinished Ranked…
3b6bf335@lucaliu269_dev, @ramirezsfinished Ranked…
9bfec161@hiroshiandersoncodes, @kofirossifinished Ranked…
0fe5e673@hiroshiandersoncodes, @lucaliu269_devfinished Ranked…
cad94ff6@hiroshiandersoncodes, @ramirezsfinished Ranked…
6217dc06@kofirossi, @zoeiyer_finished Ranked…
7c31ce89@lucaliu269_dev, @zoeiyer_finished Ranked…
8c89adc2@ramirezs, @zoeiyer_finished Ranked…
b8b77eae@hiroshiandersoncodes, @zoeiyer_finished Ranked…
584fe97f@bjorn55, @kofirossifinished Ranked…
f5f474fd@bjorn55, @lucaliu269_devfinished Ranked…
605f2ac1@bjorn55, @ramirezsfinished Ranked…
4f4f05dd@bjorn55, @hiroshiandersoncodesfinished Ranked…