Robot Arena
Enter the arena and face down a horde of enemy robots. Move constantly to avoid getting cornered — your character auto-attacks nearby bots while you focus on staying alive.
Robot waves hit harder and faster with every passing second. You have 5 HP, so dodge smartly and pick off enemies before they surround you.
How to Play
- Move: WASD or Arrow Keys
- Your character auto-attacks nearby robots
- Avoid getting surrounded
- Mobile: touch controls supported
About This Game
Robot Arena drops you into a confined space with an ever-growing horde of mechanical enemies. Your character attacks automatically — survival depends entirely on movement. It's a pure spatial puzzle: where do you go when every direction is closing in?
Why We Built It
We wanted to explore the "auto-attack survival" genre in its simplest form. Removing the attack input lets players think entirely in terms of space and positioning. The robot theme gives the enemies a mechanical, predictable feel that rewards learning their movement patterns. Every death feels like a mistake you understand, which keeps the run-again pull strong.
How It Works
Enemies use simple homing logic — each frame they calculate the direction toward the player and move along it. The arena has no walls the player can pass through, so positioning choices have real consequences. Spawn rate increases over time using a frame counter, and enemy speed scales with elapsed time. Auto-attack fires at the nearest enemy within a fixed radius every few frames.
Tips & Strategy
- Never stop moving. Standing still for even a second allows enemies to completely surround you.
- Use corners sparingly — they can funnel enemies in front of you for efficient auto-attack, but they cut off your escape routes.
- Move toward thin clusters, not through dense ones. Punching through a crowd costs more HP than circling around the edge.
- Early in the round, orbit the outer edge. As enemy count grows, start using diagonal cuts across the arena to shake pursuers.
Ideas for Improvement
- Arena hazards — static obstacles or moving walls that block both enemies and the player.
- Enemy types — fast scouts, slow tanks, and explosive bots that behave differently from the standard homing robots.
- Ability pickups — temporary speed bursts or area-clear attacks that drop randomly in the arena.
- Endless wave counter — showing which wave you're on so players have a concrete milestone to chase.