π» Find the treasure inside the mansion.
Play the game on:
Read the blog post.
- Birds chirping 04
- Coins and Gems Treasure Sound Effect
- Door Creek 02
- Ghost Whispers
- Kenney Interface Sounds
- Main Door Opening-Closing
- Mortice Door Lock being locked and unlocked
- Night Ambience
- Paper turn
- Running Water Gentle Sound
- box crash
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
Clone the repository to the Projects Directory
:
git clone https://github.com/remarkablegames/haunted-heir.git
cd haunted-heir
Launch the project:
renpy .
Or open the Ren'Py Launcher
:
renpy
Press Shift
+R
to reload the game.
Press Shift
+D
to display the developer menu.
Clear the cache:
find game -name "*.rpyc" -delete
Or open Ren'Py Launcher
> Force Recompile
:
renpy
Lint the game:
renpy game lint