github

abrenaut / posio

  • суббота, 20 августа 2016 г. в 03:12:38
https://github.com/abrenaut/posio

Python
A multiplayer geography game using Websockets



Posio

A multiplayer geography game using Websockets.

Visit https://posio.abrenaut.com/ for a live demo.

Developing

To download the project:

git clone https://github.com/abrenaut/posio.git
cd posio

To download dependencies:

python setup.py install

To override the configuration:

export POSIO_SETTINGS=/path/to/config.py

To run the application :

python run.py