Inspired by Ren'Py, Rakugo is a project aimed at providing a better toolset for narrative-based games on Godot.
This docs are using:
-
To build it yourself you need Python 3.8.5+ and some libs.
-
Install libs:
python -m pip install -r requirements.txt
-
Build:
- Linux/Mac:
> python3 local_fix.py > make html
- Windows:
> python3 local_fix.py > make.bat html
- Linux/Mac: