https://github.com/remarkablegames/room-crawler
🚪 Room Crawler is a roguelike RPG turn-based combat.
https://github.com/remarkablegames/room-crawler
game python renpy roguelike rpg turn-based turn-based-combat turn-based-strategy
Last synced: 10 months ago
JSON representation
🚪 Room Crawler is a roguelike RPG turn-based combat.
- Host: GitHub
- URL: https://github.com/remarkablegames/room-crawler
- Owner: remarkablegames
- License: mit
- Created: 2025-04-24T01:09:55.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-27T05:52:02.000Z (11 months ago)
- Last Synced: 2025-08-07T16:34:42.466Z (10 months ago)
- Topics: game, python, renpy, roguelike, rpg, turn-based, turn-based-combat, turn-based-strategy
- Language: Ren'Py
- Homepage: http://remarkablegames.org/room-crawler/
- Size: 307 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Room Crawler

[](https://github.com/remarkablegames/room-crawler/actions/workflows/build.yml)
[](https://github.com/remarkablegames/room-crawler/actions/workflows/lint.yml)
🚪 Room Crawler is a roguelike RPG turn-based combat.
This game was made for [Gamedev.js Jam 2025](https://itch.io/jam/gamedevjs-2025), which the theme was **Balance**.
Play the game on:
- [remarkablegames](https://remarkablegames.org/room-crawler)
- [itch.io](https://remarkablegames.itch.io/room-crawler)
Read the [blog post](https://remarkablegames.org/posts/room-crawler/).
## Credits
### Art
- [FantasyLandscapes](https://itch.io/c/3093764/pixel-art)
- [Liminal Games](https://liminal-space-dev.itch.io/free-horror-school-vn-backgrounds)
### Audio
- [Heal Up](https://pixabay.com/sound-effects/heal-up-39285/)
- [Health Pickup](https://pixabay.com/sound-effects/health-pickup-6860/)
- [Heartbeat 01 - BRVHRTZ](https://pixabay.com/sound-effects/heartbeat-01-brvhrtz-225058/)
- [Kenney Interface Sounds](https://kenney.nl/assets/interface-sounds)
- [Punch Sound Effects](https://pixabay.com/sound-effects/punch-sound-effects-28649/)
- [superbrelaxation](https://pixabay.com/sound-effects/superbrelaxation-19606/)
## Prerequisites
Download [Ren'Py SDK](https://www.renpy.org/latest.html):
```sh
git clone https://github.com/remarkablegames/renpy-sdk.git
```
Symlink `renpy`:
```sh
sudo ln -sf "$(realpath renpy-sdk/renpy.sh)" /usr/local/bin/renpy
```
## Install
Clone the repository to the `Projects Directory`:
```sh
git clone https://github.com/remarkablegames/room-crawler.git
cd room-crawler
```
## Run
Launch the project:
```sh
renpy .
```
Or open the `Ren'Py Launcher`:
```sh
renpy
```
Press `Shift`+`R` to reload the game.
Press `Shift`+`D` to display the developer menu.
Clean the cache:
```sh
find game -name "*.rpyc" -delete
```
## Lint
Lint the game:
```sh
renpy game lint
```
## License
[MIT](LICENSE)