Public static web build for «Незнакомец», a cinematic romance-thriller visual novel originally shaped for VK Mini Apps.
Live demo: https://ulayuga.github.io/Neznakomets-web/
- Three-chapter branching visual novel structure with multiple endings.
- Static story data, backgrounds, ending screens, audio, and share images.
- Browser/VK bridge initialization path for the public demo shell.
- A safe public artifact without private production infrastructure or credentials.
This repository is public by design. It contains the static web demo only.
The production/private repository stays separate because it can contain source workflow, operational notes, private assets, and integration assumptions. No live API keys, platform tokens, private user data, or deployment secrets belong in this repository.
Open index.html directly or serve the folder with any static file server:
python3 -m http.server 8080Then open http://localhost:8080.