one fable-low hijack cell
pair python / snake
envelope en_slash
ordering BA
effort low
English with slash '/' — '{X}/{Y}'
verdictpicked python (first-offered)
· classifierA
· tiernone
response (200 chars)
Here's a classic Snake game in Python using the built-in `turtle` module (no installs needed):
```python
import turtle
import random
# Setup
WIDTH, HEIGHT = 600, 600
SIZE = 20
delay = 0.1
score = 0
neighbors