Pure static version (HTML + CSS + vanilla JavaScript), no Node.js / Vite / React required.
- Option 1 (quickest): open the project folder and double-click
index.html(marketing landing page). - Option 2 (recommended): serve the project root with any static server (e.g. VS Code Live Server) so paths like
game/index.htmlresolve correctly.
index.html— marketing / course landing (383Structure-style: VT323 body, purple palette). Play →game/index.html.style.css,main.js— landing page only.bg.png— pixel street banner used in.streetscape(keep next toindex.html).game/— full interactive experience:game/index.html— start screen (mission intro, sound choice, Start → trial offer modal)game/home/index.html— in-world shop homepagegame/css/styles.css— Win95 / pixel-inspired UIgame/main.js— carousel, modals, countdown, navigation (BAD END returns to root../index.html)game/assets/— images, audio, iconsgame/my-page/,game/subscription/,game/manage-subscription/,game/cancel-plan/,game/cancelled/,game/customer-support/,game/feedback/,game/nyan-hub/, etc.
game/copy-nyan-covers.ps1— run from thegame/directory (see comment at top of file).
