Skip to content

Repository files navigation

Snake

Classic retro snake arcade game with multi-language support, global leaderboards, and custom themes written in Rust.


Instant One-Line Install (Docker Container)

Run the official zero-dependency container on port 4504:

docker run -d --name snake -p 4504:4504 -v /mnt/user/appdata/snake:/config ghcr.io/studio2201/snake:latest

Open your browser to http://localhost:4504 to start slithering immediately.


One-Line Install (Native Package Manager)

On Debian, Ubuntu, Fedora, or RHEL:

curl -fsSL https://studio2201.github.io/packages/install.sh | sudo bash

Unraid NAS Deployment

Deploy via the official Unraid Template:

  1. Copy snake.xml to your Unraid flash drive under /boot/config/plugins/dockerMan/templates-user/.
  2. Open Docker -> Add Container -> Select snake from the template dropdown.
  3. Click Apply.

Environment Configuration

The backend service can be customized using the following environment variables:

Variable Description Default
PORT Network port the web server binds to 4504
SNAKE_PIN Security PIN required for application access (Disabled)
SNAKE_DATA_DIR Directory path for persistent data and high scores /config
SNAKE_ALLOWED_ORIGINS CORS allowed origins list (comma-separated) *
TRUST_PROXY Honor reverse proxy headers (X-Forwarded-For) false
TRUSTED_PROXY_IPS Comma-separated CIDR list of trusted reverse proxies (None)
LOG_LEVEL Tracing filter (error, warn, info, debug) info

Administration CLI & TUI Dashboard

Every container and package includes a built-in administration utility (snake).

Launch interactive TUI dashboard:

docker exec -it snake snake tui

System diagnostics and self-healing check:

docker exec -it snake snake doctor

CLI Command Reference:

  • snake tui — Interactive terminal user interface.
  • snake doctor — Diagnoses storage permissions, ports, and database health.
  • snake status — Displays network configuration and security parameters.
  • snake data stats — Shows storage utilization and leaderboard metrics.

Architecture & Security

  • Axum Web Backend: High-concurrency async HTTP runtime built on Tokio.
  • Yew WebAssembly Frontend: Type-safe client bundle running natively in browser WASM runtime.
  • Strict Input & Path Sanitization: Path canonicalization guards preventing directory traversal escapes.
  • Fail-Closed Security PIN Authentication: Rate-limited brute force protection with automatic lockout timers.

License

Distributed under the Apache 2.0 License. See LICENSE for details.

About

Snake is a self-hosted, lightweight traditional snake game application built in Rust with Yew and Axum.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages