Cross-platform client for RpgBookOnline, an online role-play editor and game.
To learn more about the Rbo project, a game for creating and playing classic role-plays online, click here.
Get familiar with the gameplay and/or the interface
sudo apt install git
For Windows users : https://git-scm.com/download/win
The installed Python interpreter version might be from 3.6 to 3.9 included.
sudo apt install python3
For Windows users : https://www.python.org/downloads/windows/
To get the Kivy package, you must have a C/C++ compiler installed. On Linux distributions, you should have one by default, but for Windows, you must either have Visual Studio IDE installed or follow the instructions on this link if you really don't want to install the full IDE.
Once you are sure to have an available compiler on your system can run the following command :
python -m pip3 install Kivy
Then you have to get Twisted package. Just enter this command :
python -m pip3 install Twisted
Just clone this repository with git clone https://github.com/ThisALV/RboClient
.
Comming soon...
Enter the cloned repo directory and type python main.py
to start the client.
If config.ini file is corrupted, simply delete it to make to repair the client.