Skip to content
/ volley Public
forked from Qgel/volley

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

Notifications You must be signed in to change notification settings

JensAc/volley

This branch is 2 commits ahead of Qgel/volley:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Jens Schneider
Jul 30, 2020
334c6e7 · Jul 30, 2020

History

71 Commits
Jun 15, 2018
Jul 30, 2020
Jun 15, 2018
Jun 15, 2018
Jun 28, 2018
Jun 15, 2018
Jul 3, 2018
Jun 15, 2018
Jun 28, 2018
Jun 28, 2018
Aug 16, 2018
Aug 16, 2018
Jun 28, 2018

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

Languages

  • JavaScript 35.3%
  • Python 31.8%
  • HTML 30.5%
  • CSS 1.6%
  • Other 0.8%