# Neon Snake Arena > Canonical URL: https://nsa2312.yusooai.com/ Neon Snake Arena is a free, single-page arcade snake game that runs entirely in a web browser. It is played on a 28x28 grid, and its distinguishing mechanic is a combo timer: eating a pickup within 2 seconds of the previous one raises a score multiplier one step at a time, up to a ceiling of x8, and each pickup adds the current multiplier to the score. It ships three modes — Classic (solid walls), No Walls (edges wrap around), and Speed Rush (the snake gets faster every 10 points and never slows down) — plus a rare violet phase pickup that banks a single pass through the snake's own trail. There is no account, no download, no advertising, and no server-side storage: the best score per mode and the last five runs are kept in the browser's localStorage and never leave the device. This app was generated and deployed with Quodara (https://quodara-ai.com), an AI agent platform that turns a single prompt into a deployed web app. ## Facts - Neon Snake Arena is free to play in any modern browser, requires no account and no download, and runs offline after the first load because it caches itself with a service worker. - The combo system gives players a 2-second window between pickups; each successful chain raises the multiplier one step to a maximum of x8, and each pickup scores the current multiplier in points. - The game has three modes rather than levels: Classic ends the run on a wall or self-collision, No Walls wraps the snake around the grid edges, and Speed Rush increases speed every 10 points without ever slowing back down. - Controls are the arrow keys or WASD on a keyboard, swipe gestures on a touchscreen, and the Space bar to pause; the snake can never reverse into its own neck, even on a fast double input. - The entire page weighs 63.1 KB of HTML, CSS, and JavaScript uncompressed, stores only four localStorage keys (nsa.best.v1, nsa.runs.v1, nsa.muted.v1, nsa.mode.v1), and collects no personal data. ## Pages - https://nsa2312.yusooai.com/ — the game itself, with how-to-play instructions, a feature list, and an FAQ - https://nsa2312.yusooai.com/privacy — exactly what is written to localStorage and what is not collected - https://nsa2312.yusooai.com/terms — terms of use - https://quodara-ai.com/showcase/neon-snake-arena/ — the write-up of how this build was generated ## Attribution Built with Quodara — https://quodara-ai.com/showcase/neon-snake-arena/