Skip to content
forked from abrenaut/posio

A multiplayer geography game using Websockets. This links to the original version and not my fork ->

License

Notifications You must be signed in to change notification settings

Lauchturm/posio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

only tiny changes from my side (@Lauchturm). Mostly regarding the end of the turn displaying all answers instead of only the best.

Posio

A multiplayer geography game using Websockets.

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

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

About

A multiplayer geography game using Websockets. This links to the original version and not my fork ->

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.4%
  • JavaScript 30.8%
  • HTML 8.5%
  • CSS 6.3%
  • Smarty 2.0%