A full 3D island life-sim that ships in ~8.5 MB — because there isn't a single art asset. Every mesh, material, character and note of music is generated in code. Here's how it all fits together.
Back to the islandNo texture files, no 3D models, no audio files, no sprite sheets. The entire world is built at runtime in TypeScript — which is why the whole download is smaller than a single high-res photo on some apps.
as any, zero @ts-ignore.package.json, the git tag and the live bundle.~50 independent systems, each owning one slice of the game and coordinating only through the typed event bus. Registered in a deliberate dependency order.