Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remarkablegames/renpy-examples
📖 Ren'Py Examples
https://github.com/remarkablegames/renpy-examples
example examples game renpy renpy-engine renpy-game renpy-visual-novels visual-novel
Last synced: about 2 months ago
JSON representation
📖 Ren'Py Examples
- Host: GitHub
- URL: https://github.com/remarkablegames/renpy-examples
- Owner: remarkablegames
- License: mit
- Created: 2024-08-26T04:06:02.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-14T00:04:24.000Z (4 months ago)
- Last Synced: 2024-09-14T13:59:30.367Z (4 months ago)
- Topics: example, examples, game, renpy, renpy-engine, renpy-game, renpy-visual-novels, visual-novel
- Language: Ren'Py
- Homepage: https://remarkablegames.org/renpy-examples
- Size: 74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Ren'Py Examples
[![build](https://github.com/remarkablegames/renpy-examples/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablegames/renpy-examples/actions/workflows/build.yml)
[![lint](https://github.com/remarkablegames/renpy-examples/actions/workflows/lint.yml/badge.svg)](https://github.com/remarkablegames/renpy-examples/actions/workflows/lint.yml)📖 Learn how to write visual novels with Ren'Py examples.
Play the game on:
- [remarkablegames](https://remarkablegames.org/renpy-examples)
## 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/renpy-examples.git
cd renpy-examples
```## 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)