Please wait while we load the game details.
# Environment 10 (cozy_golf_3d Hole 1) Modular Three.js environment based on **cozy_golf_3d** – Hole 1 "The Giant's Valley" only. ## Features - **Hole 1** – Fairway, green, rough, sand, water, trees, rock obstacle - **Textures** – Grass, sand, water (from gameAssets.json) - **Theme** – gametheme.json (pastel sky, terrain colors) - **Port**: 3000 ## Run ```bash npm install npm run dev ``` ## Structure - `public/gametheme.json` – terrain, trees, sky gradient - `public/gameAssets.json` – texture URLs - `src/hole1.ts` – Hole 1 config (terrain, trees, obstacles) - `src/loadAssets.ts` – load textures + theme - `src/map.ts` – terrain, trees, ball, hole/flag - `src/createScene.ts` – sky gradient, fog - `src/createLighting.ts` – ambient, sun, fill