Skip to content

jkb0o/warlatency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

REQUIREMENTS

python-gevent package required for running server.

Under Ubuntu:

apt-get install python-gevent

Under Ubuntu using virtualenv:

sudo apt-get install python-virtualenv python-dev libev-dev
cd /path/to/latency/
virtualenv .env
source .env/bin/activate
pip install gevent

Under MacOs using virtualenv:

brew install libev python
cd /path/to/latency/
virtualenv .env
source .env/bin/activate
pip install gevent

USAGE

./latency.py

or

./latency.py --help for help

About

Python + Gevent based WarLatency game implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages