Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 455 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 455 Bytes

RenJS

RenJS is a javascript library to make Visual Novels. It's easy for writers to use and easy for programmers to extend. Inspired by RenPy, powered by Phaser.

Execute locally with a webserver, any will do, for example:

python3 -m http.server 8080

Documentation here. Tutorial game here.

find . -name '*.png' -execdir mogrify -resize 400x {} +