Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.18 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.18 KB

Web App

For now this is just following the Django Tutorial. Let's see where it goes from there. :-)

Kicker App

The Kicker (aka Foosball) app is an app to track game results. It can be found in the kicker folder.

Dependencies

Install dependencies exported from Anaconda environment file.

Features

Currently a list of players can be maintained. New games can be added, setting 2 home and 2 guest players, as well as the game result. Very basic statistics about players are being generated right now: Number of games played, games won and the win ratio.

Future

  • More player statistics
    • Number of games played with individual other players
    • Number of games played against individual other players
    • Ranking of all players according to different metrics
      • Win Ratio
      • Games Played
      • Games Won
  • Allow player avatars, nicknames
  • Team statistics
    • Introduction of team names?
    • Team Statistics?
      • Ranking of best teams
  • Heavily improve UI
  • Offer an API version to allow interaction with external (e.g. Raspberry Pi) sources