Top-down arcade maze shooter in Phaser 3. Steps 1-6 of plan.md complete and verified: vibe drain, generators/swarm, pooling, combat, Sound Guy, airhorn, trainspot exit, level flow, announcer. assets/ holds the FLUX prompt manifest + MODELBEAST enqueuer for the Step 7 sprite pass. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
21 lines
338 B
JSON
21 lines
338 B
JSON
{
|
|
"name": "vinylgauntlet",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"phaser": "^3.87.0"
|
|
},
|
|
"allowScripts": {
|
|
"esbuild@0.25.12": true
|
|
}
|
|
}
|