Skip to content

abrenaut/posio

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
October 15, 2021 09:54
app
October 15, 2021 10:30
August 4, 2016 14:08
June 4, 2019 18:00
October 22, 2016 17:36
October 5, 2019 15:02
October 15, 2021 10:29
July 1, 2016 12:08
March 20, 2020 14:00
October 15, 2021 10:29
October 15, 2021 10:29
October 15, 2021 09:54
March 20, 2020 13:51
October 15, 2021 10:40

Posio

A multiplayer geography game using Websockets.

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

Screenshot

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

Using Docker

Run:

docker-compose up

Wait until the environment builds and server is listening, then go to http://localhost:5000.

License

This project is under MIT license.