The classic snake game rebuilt with smooth movement, a speed curve that ramps every five apples, and a wrap-around mode.
Controls
| Input | Action |
|---|---|
| Arrow keys or W A S D | Turn the snake |
| Swipe | Turn the snake on touch screens |
| Space | Pause and resume |
| R | Restart after a crash |
How to play Neon Snake
You control a growing line that never stops moving. Steer it onto the glowing apple to score a point and add one segment to your tail. The round ends when you run into your own body or, in wall mode, into the edge of the board.
The catch is that every apple makes the problem harder. A three-segment snake can turn anywhere it likes. A forty-segment snake is mostly a wall of its own making, and the free space you have left shrinks with every point you score. Snake is really a game about managing space, not about reflexes.
Three habits that raise your score
First, follow the edges early. Beginners cut diagonally across the middle of the board and leave their tail coiled through the centre, which splits the free space into two pockets they cannot reach. Running laps around the perimeter keeps your body in one continuous line against the wall and leaves the middle open.
Second, never turn into a gap you have not counted. Before you commit to a corridor between two parts of your tail, check that it has an exit. A corridor with one entrance is a trap, and at high speed you will not have time to reconsider.
Third, plan the apple after the one you are eating. The apple spawns instantly when you collect the previous one, so the moment you take a point you are already committed to a direction. Players who think one apple ahead survive roughly twice as long as players who chase whatever is currently on screen.
Speed and scoring
The snake starts at a comfortable pace and gets faster every five apples, up to a hard cap. Points are worth more as speed rises, so a score of 300 at high speed is a genuinely better run than 300 collected slowly. Pausing with Space does not cost you anything, so use it when you need to look at the board and count squares.
Frequently asked questions
Does Neon Snake work on a phone?
Yes. Swipe anywhere on the board to turn. The canvas resizes to fit your screen, and the on-screen buttons below the board work as a fallback if swiping feels imprecise.
Is my high score saved?
Your best score is stored in your own browser using local storage. It is not uploaded anywhere and it will reset if you clear your browsing data or switch devices.
What is wrap mode?
In wrap mode the walls are open, so leaving the right edge brings you back on the left. It removes wall deaths entirely, which makes long runs possible but also makes it much easier to trap yourself in your own tail.
Why does the snake sometimes ignore a quick double turn?
Only one turn is registered per movement step, which prevents the snake from reversing into itself. If you tap left then up faster than one step, the second input is queued and applied on the following step.