Skip to content

remarkablegames/knitbone

Repository files navigation

KnitBone

KnitBone

release build lint

🦴 KnitBone is a story-driven psychological horror visual novel, where the therapist is more traumatized than the patient.

You play as Eden Cross, who suffers from chronic insomnia, feeling disconnected from your life. One day, an old college acquaintance – Ryohei shows up pitching a miracle cure for your insomnia: an “experimental therapy.”

But that sounds suspiciously more like ... a “guided ritual.”

Play the game:

Or download:

Read the blog post or watch the YouTube video.

Credits

Art

Writing

Development

Music

Translations

Sounds

Prerequisites

Download Ren'Py SDK:

git clone https://github.com/remarkablegames/renpy-sdk.git

Symlink renpy:

sudo ln -sf "$(realpath renpy-sdk/renpy.sh)" /usr/local/bin/renpy

Check the version:

renpy --version

Install

Clone the repository to the Projects Directory:

git clone https://github.com/remarkablegames/knitbone.git
cd knitbone

Run

Launch the project:

renpy .

Or open the Ren'Py Launcher:

renpy

Press Shift+R to reload the game.

Press Shift+D to open the developer menu.

Cache

Clear the cache:

find game -name "*.rpyc" -delete

Or open Ren'Py Launcher > Force Recompile:

renpy

Lint

Lint the game:

renpy game lint