Skip to content

remarkablegames/haunted-heir

Repository files navigation

Haunted Heir

Haunted Heir

release build lint

πŸ‘» Find the treasure inside the mansion.

Play the game on:

Read the blog post.

Credits

Art

Audio

Game

Music

Voice

Ideation

Prerequisites

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

Install

Clone the repository to the Projects Directory:

git clone https://github.com/remarkablegames/haunted-heir.git
cd haunted-heir

Run

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.

Cache

Clear the cache:

find game -name "*.rpyc" -delete

Or open Ren'Py Launcher > Force Recompile:

renpy

Lint

Lint the game:

renpy game lint

License

MIT