Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remarkablegames/haunted-heir
👻 Find the treasure inside the mansion.
https://github.com/remarkablegames/haunted-heir
game game-jam horror mystery point-and-click python remarkablegames renpy renpy-game renpy-visual-novels singleplayer spooktober visual-novel
Last synced: 18 days ago
JSON representation
👻 Find the treasure inside the mansion.
- Host: GitHub
- URL: https://github.com/remarkablegames/haunted-heir
- Owner: remarkablegames
- License: mit
- Created: 2024-09-01T04:05:25.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-01T03:55:31.000Z (4 months ago)
- Last Synced: 2024-11-13T18:12:28.192Z (3 months ago)
- Topics: game, game-jam, horror, mystery, point-and-click, python, remarkablegames, renpy, renpy-game, renpy-visual-novels, singleplayer, spooktober, visual-novel
- Language: Ren'Py
- Homepage: https://remarkablegames.org/haunted-heir
- Size: 85.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Haunted Heir
![release](https://img.shields.io/github/v/release/remarkablegames/haunted-heir)
[![build](https://github.com/remarkablegames/haunted-heir/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablegames/haunted-heir/actions/workflows/build.yml)
[![lint](https://github.com/remarkablegames/haunted-heir/actions/workflows/lint.yml/badge.svg)](https://github.com/remarkablegames/haunted-heir/actions/workflows/lint.yml)👻 Find the treasure inside the mansion.
Play the game on:
- [remarkablegames](https://remarkablegames.org/haunted-heir)
- [itch.io](https://remarkablegames.itch.io/haunted-heir)Read the [blog post](https://remarkablegames.org/posts/haunted-heir/).
## Credits
### Art
- [DAX](https://lunarmoonstudios.itch.io/adventures-essentials)
- [Free Game Assets](https://free-game-assets.itch.io/free-rpg-book-icons)
- [Potat0Master](https://potat0master.itch.io/free-visual-novel-backgrounds-mansion-pack)
- [Robert Brooks](https://gamedeveloperstudio.itch.io/safety-deposit-box)
- [Xiael](https://xiael.itch.io/)
- [eyeless_artist](https://eyeless-artist.itch.io/ghost-girl-vn-graphic)### Audio
- [Birds chirping 04](https://pixabay.com/sound-effects/birds-chirping-04-6771/)
- [Coins and Gems Treasure Sound Effect](https://pixabay.com/sound-effects/coins-and-gems-treasure-sound-effect-full-pack-on-gamesfxpackscom-241819/)
- [Door Creek 02](https://pixabay.com/sound-effects/door-creak-02-79920/)
- [Ghost Whispers](https://pixabay.com/sound-effects/ghost-whispers-6030/)
- [Kenney Interface Sounds](https://kenney.nl/assets/interface-sounds)
- [Main Door Opening-Closing](https://pixabay.com/sound-effects/main-door-opening-closing-38280/)
- [Mortice Door Lock being locked and unlocked](https://pixabay.com/sound-effects/mortice-door-lock-being-locked-and-unlocked-95884/)
- [Night Ambience](https://pixabay.com/sound-effects/night-ambience-17064/)
- [Paper turn](https://pixabay.com/sound-effects/paper-turn-40077/)
- [Running Water Gentle Sound](https://pixabay.com/sound-effects/running-water-gentle-sound-185148/)
- [box crash](https://pixabay.com/sound-effects/box-crash-106687/)### Game
- [Mark](https://github.com/remarkablemark)
- [Rob Cohen](https://github.com/rmacohen)
- [TentativeTenebris](https://github.com/TentativeTenebris)
- [Verida](https://verida.itch.io/)### Music
- [VOiD1 Gaming](https://void1gaming.itch.io/free-horror-music-pack)
### Voice
- [Mark](https://github.com/remarkablemark)
## Ideation
- [Excalidraw](https://excalidraw.com/#json=FDEvc4r71jpkUDXUXfyKL,8NkgqD3_dHVBEEv-6jlqbQ)
- [Game Design Document](https://docs.google.com/document/d/1f7EV2XIVscNHl7_zC7w7ZSFk6rEn6_HovDL0cl7gp2s/edit)## 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/haunted-heir.git
cd haunted-heir
```## 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.
## Cache
Clear the cache:
```sh
find game -name "*.rpyc" -delete
```Or open `Ren'Py Launcher` > `Force Recompile`:
```sh
renpy
```## Lint
Lint the game:
```sh
renpy game lint
```## License
[MIT](LICENSE)