Skip to content

SuperpositionStudios/Synergy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synergy

A Python 3.6 chat server library designed for massively multiplayer online games

Steps to Run

Install Python 3.6.0

(If on Ubuntu 16.04):

sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt-get update
sudo apt-get install python3.6
  1. (Optional)

Setup Virtual Environment

virtualenv -p python3.6 env
source env/bin/activate

Setup requirements

pip install -r requirements.txt

Run the server with python server_example.py

About

A Python 3.5 chat server library designed for massively multiplayer online games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages