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

Peperworx/GAImeMasterWebsocket

Repository files navigation

GAImeMasterWebsocket

Websocket server for gAImeMaster

What it does

gAImeMasterWebsocket is the websocket backend for gAImeMaster It handles things such as creating and joining parties, handling chat messages, and handling adventures.

Contributing

If you want to contribute, clone the repo, make your changes, and then send a pull request. Want ideas on what to contribute? Take a look at our trello here: https://trello.com/b/mnbWADDB/gaimemaster And our discord server here: https://discord.gg/eHemqCN (Its really lonely for now.)

Instructions for running:

Linux:

Install python3 if you have not already:

sudo apt install python3 python3-pip

Clone from github:

git clone https://github.com/wireboy5/GAImeMasterWebsocket.git

CD into the folder you cloned gAImeMasterWebsocket to:

cd GAImeMasterWebsocket

Install requirements:

sudo pip3 install requirements.txt

Run main.py:

nohup python3 main.py &

Run adventure.py:

 nohup python3 adventure.py.py &

And thats it! You are now running the gAImeMaster's websocket backend.