Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 469 Bytes

File metadata and controls

24 lines (14 loc) · 469 Bytes

Snake Game

A browser-based snake game served by a Python HTTP server.

This is made for your first advanture on boxd.

Quick Start

python3 server.py

The game runs on port 3000. The page title is set from the BOXD_VM_NAME environment variable.

Controls

  • Arrow keys / WASD — move
  • Space — start / pause / restart
  • Touch — swipe to move, tap to start

Agents

If you're an agent, read from AGENTS.md.