No description
  • TypeScript 53.6%
  • KerboScript 36.9%
  • SCSS 6.7%
  • JavaScript 2.3%
  • HTML 0.3%
  • Other 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-08 22:21:24 +02:00
docker Fix Dockerfile file for unsync package-lock 2026-05-15 20:39:40 +02:00
public Add scene rewind confirmation, remove immediate skip prompt 2026-09-08 22:21:24 +02:00
src Add scene rewind confirmation, remove immediate skip prompt 2026-09-08 22:21:24 +02:00
tools Support images translation in the orchestrator 2026-09-08 18:41:07 +02:00
tsukiweb-common@a91b716777 Add scene rewind confirmation, remove immediate skip prompt 2026-09-08 22:21:24 +02:00
.env Improve accessibility, remove VITE_AUDIO_FORMAT and VITE_IMAGE_FORMAT 2026-06-05 17:04:53 +02:00
.gitattributes Style consistency and better spacing on Config 2026-04-03 22:44:41 +02:00
.gitignore Move language sources and exclude them from the build 2026-08-14 11:31:34 +02:00
.gitmodules Use common as a package 2026-07-17 13:50:17 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md regarding AI agents contributions 2026-05-05 22:08:22 +02:00
index.html Fix app sometimes starting with a dark screen 2026-05-17 17:19:37 +02:00
package-lock.json Support path groups 2026-09-07 17:02:37 +02:00
package.json Support path groups 2026-09-07 17:02:37 +02:00
README.md Move language sources and exclude them from the build 2026-08-14 11:31:34 +02:00
tsconfig.json Use common as a package 2026-07-17 13:50:17 +02:00
vite.config.ts Move language sources and exclude them from the build 2026-08-14 11:31:34 +02:00

Web port

The goal is to provide an accessible modern way of reading an old, beautiful story.
It includes QoL features such as savedata previews, an interactive flowchart, multiple languages support, and more.

Installation

The Progressive Web App (PWA) can be installed from the title screen.
It offers a better experience in general.

Local deployment

None of the original assets are provided with this repository. See Recreating the resources for a fully offline experience.
To download and run the game's code locally, follow one of the two methods:

Node

  1. Install Node.js v22.18+
  2. Get the source code: git clone --recursive <repository-url>
  3. Install the dependencies by running from the project directory: npm install
  4. Start the development server with npm start
  5. Open the URL shown in the terminal output in your browser

Docker

Alternatively, Docker can be used for local deployment.
See docker/README.md for full instructions (commands must be run from the docker/ directory).

Contributing

Anyone wanting to contribute can download the project and follow the roadmap, or do something else entirely.
You can find our contributing guidelines here

Project technologies

  • React (Vite)
  • TypeScript
  • SASS