# Snake Arcade

A polished, classic Snake arcade experience for modern browsers.

## Overview

Navigate the snake to eat pellets, grow longer, and earn points. Avoid colliding with the walls or the snake's own body.

## How to Play

- Launch the game by opening `index.html` in a modern web browser.
- Use the arrow keys (or WASD) to steer the snake.
- Each pellet eaten increases your score and the snake's length.
- The game ends if the snake collides with itself or the playfield boundary.

## Controls

- Up: `ArrowUp` or `W`
- Down: `ArrowDown` or `S`
- Left: `ArrowLeft` or `A`
- Right: `ArrowRight` or `D`

## Scoring

- Each pellet is worth a base number of points (see in-game HUD).


## Tips & Strategies

- Plan ahead — avoid trapping yourself in tight spaces.
- Use the edges to loop safely when your snake becomes long.
- Move at a steady pace when the snake is long; sudden turns increase collision risk.

## Running Locally (optional)

If you prefer serving the files from a local web server, run a simple HTTP server from the project directory:

```bash
python3 -m http.server 8000
# then open http://localhost:8000/index.html
```

## Credits

- Game: Snake Arcade
- Creators: daboiyoshi, Snake Arcade

## Contact

For questions, feedback, or licensing inquiries contact: info@daboiyoshi.com

## Copyright

Copyright © 2026 Snake Arcade and daboiyoshi. All rights reserved.
