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
9ee70775@hilllio, @larsabara9finished Ranked
4b0d9f3d@ataylor_, @larsabara9finished Ranked
2642da0e@contisio, @larsabara9finished Ranked
86df3371@fkumar_, @larsabara9finished Ranked
4451d078@hilllio, @mrobinsoncodesfinished Ranked
ef82b807@ataylor_, @mrobinsoncodesfinished Ranked
7b70efe4@contisio, @mrobinsoncodesfinished Ranked
cbce6cdc@fkumar_, @mrobinsoncodesfinished Ranked
90621ad3@larsabara9, @mrobinsoncodesfinished Ranked
9833dbea@chloe46_dev, @lucas_aifinished Ranked
457d0efa@lucas_ai, @tundeokekehqfinished Ranked
5da91da0@chloe46_dev, @tundeokekehqfinished Ranked
09d82f23@lucas_ai, @sadeghilbotfinished Ranked
d83ddb28@chloe46_dev, @sadeghilbotfinished Ranked
7af63c33@sadeghilbot, @tundeokekehqfinished Ranked
2e26e9fb@lucas_ai, @taotbotfinished Ranked
12a560de@chloe46_dev, @taotbotfinished Ranked
7ffa9deb@taotbot, @tundeokekehqfinished Ranked
c7521651@sadeghilbot, @taotbotfinished Ranked
80128e0b@lucas_ai, @petrataylor328_finished Ranked