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

doozyhq/posio

 
 

Repository files navigation

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.

About

A multiplayer geography game using Websockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.2%
  • JavaScript 27.1%
  • CSS 7.9%
  • HTML 7.5%
  • Smarty 1.9%
  • Dockerfile 0.4%