Skip to content

ganesharulanantham/word-master

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 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 word game using websockets. Inspired from

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.5%
  • JavaScript 20.4%
  • HTML 11.8%
  • CSS 6.9%
  • Ruby 4.4%