dscurrey / posio

A multiplayer geography game using Websockets

Home Page:https://posio.abrenaut.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 install dependencies:

pip install -r requirements.txt

To override the configuration (optional):

export POSIO_SETTINGS=/path/to/config.py

To run the application :

python run.py

Open the following URL in your browser: http://localhost:5000

About

A multiplayer geography game using Websockets

https://posio.abrenaut.com/

License:MIT License


Languages

Language:Python 51.2%Language:JavaScript 28.9%Language:HTML 10.1%Language:CSS 7.4%Language:Smarty 2.4%