πͺ Room Crawler is a roguelike RPG turn-based combat.
This game was made for Gamedev.js Jam 2025, which the theme was Balance.
Play the game:
Or download:
Read the blog post.
- Heal Up
- Health Pickup
- Heartbeat 01 - BRVHRTZ
- Kenney Interface Sounds
- Punch Sound Effects
- superbrelaxation
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/renpyClone the repository to the Projects Directory:
git clone https://github.com/remarkablegames/room-crawler.git
cd room-crawlerLaunch the project:
renpy .Or open the Ren'Py Launcher:
renpyPress Shift+R to reload the game.
Press Shift+D to display the developer menu.
Clean the cache:
find game -name "*.rpyc" -deleteLint the game:
renpy game lint