Single-scene browser prototype for Top Gato using TypeScript + Vite + Canvas.
- Install Node.js 20+.
- Install dependencies:
npm install
- Start dev server:
npm run dev
- Build:
npm run build
- Test:
npm test
- Room scene with regime-aware mood rendering.
- Currency accrues over time with cap and regime multipliers.
- Collect pending currency into balance.
- Buy items from Shop.
- Equip/unequip owned items in Inventory.
- Local persistence via
localStorage. - Debug regime switcher for
CALM,ELEVATED,CRISIS.
- No sound effects/music.
- Placeholder sprites only.
- No real market regime data integration.
- No onboarding/tutorial/help.
- No cloud sync/account system.
- Desktop-first layout only.
- No behavior-unlock item flow yet.