Skip to content
/ volley Public

A web-app to keep track of scores and rank players in various games.

Notifications You must be signed in to change notification settings

Qgel/volley

Repository files navigation

Volley is a webapp that tracks scores and statistics for different games and rates the performance of players using Microsofts' TrueSkill algorithm.

The backend is written in Python using pyramid with jinja2 for templating and zodb as a database.
The frontend is written in HTML/javascript with semantic ui for controls.

To run volley, either use the provided Dockerfile or run the following (preferably inside a pyenv):
  $ pip install -e . # Install project dependencies as well as the application in develop mode
  $ pserve development.ini # Run the application. For production use the production.ini

About

A web-app to keep track of scores and rank players in various games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published