Files
ModelTest20260714/README.md
T

29 lines
1.2 KiB
Markdown

# ModelTest 2026-07-14 — Honey Village
Six AI models were given the same PRD (a Phaser pixel-art game, "Honey Village") and each built it independently. Every folder is a self-contained Vite + Phaser app with its own Dockerfile, deployed as a dedicated project on Dokploy.
## Live builds
| Model | Folder | Link |
|---|---|---|
| Fable 5 (high) | [`Fable-5-High/`](Fable-5-High/) | http://fable-5-high-dzjk84-83df4e-165-140-85-215.sslip.io |
| Claude Opus 4.8 (xhigh) | [`Opus4-8-xhigh/`](Opus4-8-xhigh/) | http://opus4-8-xhigh-eoqc4i-84dd70-165-140-85-215.sslip.io |
| GPT-5.6 Sol (high) | [`GPT-5-6-Sol-High/`](GPT-5-6-Sol-High/) | http://gpt-5-6-sol-high-afucmo-0e4474-165-140-85-215.sslip.io |
| GLM 5.2 | [`GLM5.2/`](GLM5.2/) | http://glm5-2-lo5jta-7cb9b6-165-140-85-215.sslip.io |
| Grok | [`Grok/`](Grok/) | http://grok-fge5vj-4019b1-165-140-85-215.sslip.io |
| Kimi K3 | [`Kimi-K3/`](Kimi-K3/) | http://kimi-k3-xbtwah-736030-165-140-85-215.sslip.io |
**Hub page** (links to all builds): http://modeltest-hub-0ekb0z-fef514-165-140-85-215.sslip.io
## Run locally
```bash
cd <folder>
npm ci
npm run dev
```
## Deployment
Each folder builds with its `Dockerfile` (Node 22 → static nginx). `frontend/` is the hub page.