Snake
Use the arrow keys or WASD to steer, or the pad beside the board on touch. The snake starts on your first turn and speeds up as it grows. The game ends on a wall or on itself, and Space pauses.
History tool ini
Data terakhir yang pernah kamu isi di tool ini, tersimpan hanya di device/browser ini.
Save what you type here, in this browser? Your work would go into this browser's local storage, so a refresh or a trip to another tool does not wipe it. You also get a short list of previous entries under the form, each one restorable with a click. Nothing is ever uploaded, and there is no account.
Being straight about the trade-off: anything kept there can be read by anyone who can use this browser profile, and by any script that later runs on this site. A tool page can hold a private key, a password or a signed token. Saving is convenient; it is not private.
About this tool
A grid Snake that runs entirely in the page. Steer with the arrow keys or WASD, or the on-screen pad on touch. The snake starts on your first turn, grows by one each time it eats, and speeds up as the score rises. The game ends on a wall or on the snake's own body, and Space pauses. The best score is kept on this device.
Questions
- When does the snake start moving?
- Only after your first direction, so the page never starts a game you did not ask for. After that the snake keeps moving in its current direction until you turn or pause.
- Why can't I reverse direction?
- Turning straight back into your own neck would end the game instantly, so a 180-degree turn is ignored. Press a perpendicular direction first and then the reverse if you really need to double back.
- How does the speed work?
- Each food makes the step delay a little shorter, down to a floor so the game stays playable. That means the longer you survive, the less time you have to react — the difficulty is the growth, not a separate setting.
- Does eating count on the tail cell?
- No. The cell the tail is about to leave is treated as free, so following your own tail closely is safe as long as you keep moving. Only the body that stays behind blocks you.
- Where is my best score stored?
- In this browser's local storage, tied to this page. It is never uploaded and disappears if you clear site data.