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

rakugoteam/Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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