Plain TS + Vite, JetBrains Mono terminal aesthetic. Includes engine (pure logic, direction normalization, tile tracking), animated UI (CSS transitions + keyframes), keyboard/touch input, Dockerfile, nginx config, docker-compose, and Gitea Actions CI workflow. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
115 B
YAML
7 lines
115 B
YAML
services:
|
|
app:
|
|
image: ${IMAGE:-2048:local}
|
|
restart: unless-stopped
|
|
ports:
|
|
- "${PORT:-3009}:80"
|