Skip to content

Latest commit

 

History

History
73 lines (46 loc) · 1.37 KB

README.md

File metadata and controls

73 lines (46 loc) · 1.37 KB

Ren'Py Logo

Ren'Py Examples

build lint

📖 Learn how to write visual novels with Ren'Py examples.

Play the game on:

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/renpy-examples.git
cd renpy-examples

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.

Clean the cache:

find game -name "*.rpyc" -delete

Lint

Lint the game:

renpy game lint

License

MIT