# Pocket Snake

Pocket Snake is a small offline Snake game built with plain HTML, CSS, and JavaScript.

## Preview

![Pocket Snake gameplay](Pocket-Snake.png)

## Try It

1. Open `index.html` in your browser.
2. Press `Start` or any movement key.
3. Play.

## Controls

- `Arrow keys` or `W A S D`: move
- `Space`: start / pause
- click the board: pause
- swipe on mobile: move

## Features

- clean responsive UI
- mobile-friendly controls
- volume control and mute
- local best-score saving
- fully offline

## Notes

- Best score, mute, and volume settings are stored in browser local storage.
- The whole game lives in a single file: `index.html`.

## Files

- `index.html` - the game itself
- `Pocket-Snake.png` - screenshot for the README
