Skip to content

wladimir/posio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 download dependencies:

python setup.py install

To override the configuration:

export POSIO_SETTINGS=/path/to/config.py

To run the application :

python run.py

About

A multiplayer geography game using Websockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.3%
  • JavaScript 28.5%
  • HTML 9.9%
  • CSS 7.3%