Project Story
Sakura Stars 3D Adventure is a self-contained browser game built with three.js. Every surface is procedurally painted onto canvas textures at startup instead of loaded from image files, so the whole game ships as plain HTML and JavaScript. Players explore five worlds - Sakura Village, the Bamboo Spirit Forest, the Floating Sky Temple, Crystal Mountain, and the Moon Festival Castle - completing quests, helping villagers, collecting Sakura Stars and coins, and facing guardian bosses along the way.
Gameplay
- Explore five hand-built worlds, each with its own quests and guardian boss.
- Collect Sakura Stars and coins while helping villagers and spirits along the way.
- Move, jump, and fight through procedurally rendered low-poly 3D environments.
- Track hearts, hint items, and quest progress from the on-screen HUD.
Design Focus
The game focuses on a fully procedural rendering pipeline (no downloaded textures or models), a lightweight three.js runtime, and a self-contained no-build browser deployment.