Skip to content
/ posio Public
forked from abrenaut/posio

A multiplayer geography game using Websockets

License

Notifications You must be signed in to change notification settings

hgw8/posio

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 39.0%
  • CSS 30.0%
  • JavaScript 21.7%
  • HTML 6.9%
  • Smarty 2.0%
  • Dockerfile 0.4%