# Arenas

Arenas are the playfield backgrounds — they change the visual environment without affecting hitboxes or game logic.

## Available Arenas

* **CLASSIC GRID** — Default, free for all
* **CLASSIC GREEN** — Free starter
* **JUNGLE RUINS** — Free starter
* **CRYSTAL CAVE** — Market item
* **LAVA ZONE** — Market item
* **GALAXY ARENA** — Market item
* **MATRIX GRID** — Market item
* **SPACE STATION** — Market item
* **VOID REALM** — Legendary market item

## Equipping an Arena

1. Open **LOCKER** → **BACKGROUND** tab
2. Tap an arena you own → EQUIP
3. Your next game uses it

CLASSIC GRID is the default — first in your locker list, fallback if no equip is set.

## Food + Snake Contrast

Food visibility is tuned per arena. Each food sprite has a dark anti-blend outline plus a warm glow halo so it stays readable across all arena backgrounds — even busy ones like LAVA ZONE or VOID REALM.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.snake-os.com/snake-game/arenas.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
