abrenaut / 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.

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.

About

A multiplayer geography game using Websockets

https://posio.abrenaut.com/

License:MIT License


Languages

Language:Python 39.2%Language:CSS 30.1%Language:JavaScript 21.8%Language:HTML 6.9%Language:Smarty 2.0%