🦴 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.
- Russian: WAGDIRE / *sternellita*
- Kenney
- Pixabay
- Bone snap
- Camera Flash
- Door Creak 02
- Footsteps Male
- Glass Breaking Sound Effect
- Heartbeat 01 - BRVHRTZ
- Jump scare sound 2
- Knife Stab Sound Effect
- Knock knock knock
- Lighting a Fire
- Main Door Opening-Closing
- Radio Static
- Screamer Jumpscare
- Tension Stinger - Ambience
- Thud Impact Sound SFX
- Ticking Clock_1
- Wind chime small
- Wrapping Paper Rustle
Download Ren'Py SDK:
git clone https://github.com/remarkablegames/renpy-sdk.gitSymlink renpy:
sudo ln -sf "$(realpath renpy-sdk/renpy.sh)" /usr/local/bin/renpyCheck the version:
renpy --versionClone the repository to the Projects Directory:
git clone https://github.com/remarkablegames/knitbone.git
cd knitboneLaunch the project:
renpy .Or open the Ren'Py Launcher:
renpyPress Shift+R to reload the game.
Press Shift+D to open the developer menu.
Clear the cache:
find game -name "*.rpyc" -deleteOr open Ren'Py Launcher > Force Recompile:
renpyLint the game:
renpy game lint