BACK
TAISEI PROJECT MP
Local Web Build Status

Taisei is now set up to run on this site, but the local web build is still missing.

The page no longer depends on play.taisei-project.org. It only looks for local files under /public/taisei-web. Right now, the local Taisei runtime bootstrap is incomplete, so the game cannot finish booting yet.

Missing Local Assets
What I Found

Taisei's web page needs more than the HTML shell plus the compiled taisei.js and taisei.wasm files. It also expects the built resource bundle under /public/taisei-web/data, where the game content is fetched from at startup.

Why It Stopped Here

If any required resource file is missing, Taisei's browser fetch layer keeps retrying it and the page appears to hang after loading. That makes partial copies look like a startup freeze instead of a clean missing-file error.

VIEW SOURCE REPO
Needed Next

1. Build Taisei's web target with Emscripten in a supported environment.

2. Place the generated browser files and the data resource folder into public/taisei-web.

3. This page will automatically switch to full-screen local launch as soon as those files exist.