Popularity
4.2
Stable
Activity
5.1
-
539
18
60

Code Quality Rank: L5
Programming language: Python
License: MIT License
Tags: Games    

Posio alternatives and similar software solutions

Based on the "Games" category.
Alternatively, view Posio alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Posio or a related project?

Add another 'Games' Software solution

README

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