posio

A multiplayer geography game using Websockets

460
56
Python

Posio

A multiplayer geography game using Websockets.

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

Screenshot

Quick start

  1. Create a new virtual environment and activate it
python -m venv .venv
source .venv/bin/activate
  1. Install dependencies
pip install -r requirements.txt
  1. Run the application
flask --app posio run
  1. Open the following URL in your browser: http://127.0.0.1:5000

License

This project is under MIT license.