Giter VIP home page Giter VIP logo

rptogether-server's Introduction

RpTogether-Server

Server for RpTogether, a game for creating and playing classic paper roleplays online.

Table of content

Table of Contents

Roleplay-Together project

User can create its own roleplay, save it, and share it online so every player can try it.

Roleplays are both easy to create and powerfully customizable to grant an unlimited game lifetime.

More information about Client and roleplays editor will arrive as development progress.

Get more details about gameplay on the wiki.

Install

Windows

Installer coming soon...

Ubuntu (or Windows with MinGW)

Requirements

  • git
  • cmake >= 3.12
  • g++ >= 7

Install with :

sudo apt-get install git cmake g++

Install steps

Open a terminal and run following commands :

git clone https://github.com/ThisALV/RpTogether-Server
cd RpTogether-Server/dist
sudo ./get-deps-debian.sh # or ./get-deps-msys2.sh <32|64> for Windows MinGW users depending on current system architecture
cd ..
./build.sh # add --mingw option if you're Windows MinGW user
sudo ./install.sh

If you don't want to install RpT-Server at system level, add --local option to ./build.sh. It will install files to ./dist/install directory.

Run

rpt-server --game <game_name> # for Linux users
rpt-server.exe --game <game_name> # for Windows MinGW users

## If locally installed with --local
./dist/install/bin/rpt-server --game <game_name> # for Linux users
./dist/install/bin/rpt-server.exe --game <game_name> # for Windows MinGW users

Special credits

Doxygen doc-style directory is forked from MaJerle repo adjusting some color settings like for menus or links.

rptogether-server's People

Contributors

thisalv avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.