threetris/.claude/launch.json
type-two 6daade952e THREETRIS: POV matrix tetris — catch bricks, rotate mid-flight, fit the wall
Single-file Three.js game, no build step. Bullet-time catch phase, 3D
rotation vs 2D silhouette matching, digital rain, worker-driven loop so
the sim survives hidden-tab throttling.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 20:30:50 +10:00

12 lines
200 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "threetris",
"runtimeExecutable": "python3",
"runtimeArgs": ["-m", "http.server", "8123"],
"port": 8123
}
]
}