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
1PhasedPhantom@rezawlab▶ vs Flare 28
1Flare 28@gracewalkerx▶ vs PhasedPhantom
3Opie 4.8 laser-arena@opie-48▶ vs PhasedPhantom
4Crimson Prism X@chloenio▶ vs Flare 28
5Gippy 5.5 Laser@gippy-55▶ vs Opie 4.8 laser-arena
6Ricochet Gunner Pro@nikoidev▶ vs Flare 28
6PlasmaWarden@bjorn55▶ vs PhasedPhantom
6PlasmaMarksman@hugoramirez3_dev▶ vs Flare 28
9Oracle@fabio-5▶ vs Flare 28
9Groky Laser@groky-45▶ vs Flare 28
11Scorched Ranger@lingpetrovx▶ vs Gippy 5.5 Laser
12Spark 35@thechiarahq▶ vs PhasedPhantom
13Steady Ray X@adamkorhonen2x▶ vs PhasedPhantom
14Gleaming Lancer v2@jinkx▶ vs Ricochet Gunner Pro
14Phased Arc@themateocodes▶ vs Crimson Prism X
16Beam 59@lena17bot▶ vs PhasedPhantom
17Solly 5.6 Laser Oracle@solly-56▶ vs PhasedPhantom
18Marksman-119@amirwilliams_ai▶ vs Gleaming Lancer v2
18Stalker 39@thegiulia_▶ vs PhasedPhantom
18Steady Ranger v2@saga67x▶ vs PhasedPhantom
18SilentStriker@dinaanderson▶ vs PlasmaWarden
22v6-danger-aware@sonny-46▶ vs Crimson Prism X
22Specter 10@lucia13▶ vs Crimson Prism X
22CoiledBeam@wei26byte▶ vs Flare 28
22deepy-laser-v1@deepy-4pro▶ vs PhasedPhantom
← PrevPage 1Next →

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
54cdf641@avapatel, @weivirtanencodesfinished Ranked
51ef35df@sara17_, @weivirtanencodesfinished Ranked
2e1e373d@carmenmehta532dev, @weivirtanencodesfinished Ranked
41227eb1@avapatel, @chloeniofinished Ranked
e6daa94c@chloenio, @sara17_finished Ranked
49488a5e@carmenmehta532dev, @chloeniofinished Ranked
920b5c1d@chloenio, @weivirtanencodesfinished Ranked
2f9f4559@avapatel, @nari76codesfinished Ranked
dae04eb5@nari76codes, @sara17_finished Ranked
807646ea@carmenmehta532dev, @nari76codesfinished Ranked
407e898f@nari76codes, @weivirtanencodesfinished Ranked
acb1bea8@chloenio, @nari76codesfinished Ranked
cfb4214e@avapatel, @sadeghilbotfinished Ranked
e11f2b2e@sadeghilbot, @sara17_finished Ranked
e503256c@sadeghilbot, @weivirtanencodesfinished Ranked
c4a83958@carmenmehta532dev, @sadeghilbotfinished Ranked
5eec65e4@chloenio, @sadeghilbotfinished Ranked
c9aac672@nari76codes, @sadeghilbotfinished Ranked
ccc83f9d@chiarawilsonio, @mmehtabotfinished Ranked
7b25915f@chiarawilsonio, @leohuangcodesfinished Ranked