👁️ KnitBone: Rituals is a roguelike deckbuilding card game where you battle entities.
KnitBone: Rituals is a standalone spinoff of the original visual novel, KnitBone.
This time, Ryohei drags you into another of his “guided rituals”... and before you know it, you’re pulled straight into a TV, trapped in a surreal world of cards, combat, and strange symbols.
Play the game:
Or download:
Read the blog post or watch the YouTube video.
- Drag the card to the player (bottom-left bar) or to the enemy (entity)
- Hover over the enemy's name to see their next move
- Press End Turn when out of Energy
- Defeat all the enemies while staying alive!
- 5 levels with 4 unique enemies
- Cards have attack, heal, draw, energy, and/or other special effects
- Reward and shop mechanics (buy, upgrade, and remove cards and stats)
- Estimated playtime: 15-30 minutes
- Kenney Interface Sounds
- Pixabay
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-rituals.git
cd knitbone-ritualsLaunch 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