create-threejs-game 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -74,6 +74,8 @@ my-game/
74
74
  ├── plans/ # Generated implementation plans
75
75
  ├── prompts/ # Prompt templates (fallback/reference)
76
76
  ├── public/
77
+ │ ├── {game}/
78
+ │ │ └── concept.jpg # Generated mockup
77
79
  │ └── assets/{game}/ # Your 3D assets (copied by CLI)
78
80
  ├── scripts/
79
81
  │ ├── config.json # API keys and game config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-threejs-game",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Scaffold a Three.js game project with AI-assisted design documents",
5
5
  "bin": {
6
6
  "create-threejs-game": "./bin/cli.js"