Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 580 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 580 Bytes

SoloRPGTools

1. Installation

2. Usage

Run the following command inside the folder where you want to place your game notebook:

solorpgtools --new-game

This will create a configuration file in the current folder, called game.xml

Create a new Jupyter Notebook, if SoloRPGTools was installed using venv remember to set the default python interpreter for the notebook accordingly.

Inside the notebook copy the following lines in the first python cell:

from game.game_manager import GameManager

game = GameManager('./game.xml')