Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Latest commit

 

History

History
executable file
·
29 lines (24 loc) · 808 Bytes

README.md

File metadata and controls

executable file
·
29 lines (24 loc) · 808 Bytes

This are Docs for Rakugo

Inspired by Ren'Py, Rakugo is a project aimed at providing a better toolset for narrative-based games on Godot.

This docs are using:

How to Build

  1. To build it yourself you need Python 3.8.5+ and some libs.

  2. Install libs: python -m pip install -r requirements.txt

  3. Build:

    • Linux/Mac:
      > python3 local_fix.py
      > make html
    • Windows:
      > python3 local_fix.py
      > make.bat html