Skip to content

remarkablegames/renpy-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

32 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Ren'Py Template

renpy-template

release build lint

๐Ÿ“– Write visual novels with Ren'Py Template.

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

Rename the project:

git grep -l 'Renpy Template' | xargs sed -i '' -e 's/Renpy Template/My Novel/g'
git grep -l 'Renpy Template' | xargs sed -i '' -e 's/renpy-template/my-novel/g'

Run

Launch the project:

renpy .

Or open the Ren'Py Launcher:

renpy

Clean the cache:

find game -name "*.rpyc" -delete

License

MIT