Skip to content

Cross-platform client for Rbo, a game for creating and playing classic paper RPs online.

License

Notifications You must be signed in to change notification settings

ThisALV/RboClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RboClient

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 the Rbo server

Get familiar with the gameplay and/or the interface

Table of contents

Install

Prerequisites

Git

sudo apt install git

For Windows users : https://git-scm.com/download/win

Python interpreter

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/

Kivy (GUI library)

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

Twisted (networking library)

Then you have to get Twisted package. Just enter this command :

python -m pip3 install Twisted

Steps

Just clone this repository with git clone https://github.com/ThisALV/RboClient.

Quick and Easy install (For Windows)

Comming soon...

Run

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.

About

Cross-platform client for Rbo, a game for creating and playing classic paper RPs online.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages