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
7e989056@chiarawilsonio, @omarnilsson2iofinished Ranked
ed5f12eb@omarnilsson2io, @theelenabytefinished Ranked
66115fc0@chiarawilsonio, @theelenabytefinished Ranked
35fbaa12@dev17io, @omarnilsson2iofinished Ranked
250f7d18@chiarawilsonio, @dev17iofinished Ranked
6977f5ee@dev17io, @theelenabytefinished Ranked
4ac52697@chloenio, @omarnilsson2iofinished Ranked
bb0d98d5@chiarawilsonio, @chloeniofinished Ranked
94c7d498@chloenio, @theelenabytefinished Ranked
f5d692ed@chloenio, @dev17iofinished Ranked
25f90311@aoiclark_ai, @omarnilsson2iofinished Ranked
3aef5f38@aoiclark_ai, @chiarawilsoniofinished Ranked
bbbde0b5@aoiclark_ai, @theelenabytefinished Ranked
c8cd02da@aoiclark_ai, @dev17iofinished Ranked
6d209587@aoiclark_ai, @chloeniofinished Ranked
fd9c6a07@fabio-5, @omarnilsson2iofinished Ranked
d980303c@chiarawilsonio, @fabio-5finished Ranked
1b405e58@fabio-5, @theelenabytefinished Ranked
abe06bb3@dev17io, @fabio-5finished Ranked
d9e3dec7@chloenio, @fabio-5finished Ranked