/renpy-extension-demo

A repository with Ren'Py extensions examples

Primary LanguagePythonApache License 2.0Apache-2.0

Ren'Py extensions demo

This repository is a collection of simple use-cases based on the official documentation for Ren'Py.

Usage

Before running this demo game with Ren'Py, the Ren'Py extension must be compiled once. Use only one of the following commands :

python3 extensions/build.rpy

Then, you may execute this project as a regular Ren'Py project as your normally would.