A Ren'Py visual novel project. The Ren'Py files live at the repository root so the project opens cleanly in Ren'Py and looks tidy on GitHub.
- Story: A romantic fantasy about a protagonist pulled into a hidden world where love tests fate.
- Genre: Fantasy romance visual novel.
- Credits: Written and developed by the project team.
README.md
docs/
README.md
dev-notes.md
screenshots/
gamepreview.jpeg
characters.rpy
gui.rpy
options.rpy
screens.rpy
script.rpy
script.txt
bgm/
images/
bg/
cards/
characters/
gui/
cache/
saves/
tl/
logs/
errors.txt
log.txt
traceback.txt
- Keep Ren'Py source files at the repository root so the engine can discover them.
- Large binary assets (audio/images) live under
bgm/andimages/. - Runtime logs are stored in
logs/.
- Install Ren'Py from https://www.renpy.org/
- Open Ren'Py and add this repository folder as a project.
- Click "Launch" or "Build Distributions" from the Ren'Py launcher.
