Skip to content

henninfi/kicker-tracker

 
 

Repository files navigation

Kicker Tracker

A fun little game tracker I built for tracking kicker games during my time at claimsforce.

Domain: Initially thanks-for-playing.com, now kicker-claimsforce.vercel.app.

How it works

The games are rated using the Elo rating system.

How does the Elo rating work?

The basic idea behind the Elo system is that each player has a rating, which is a number that represents their skill level. When two players compete, the winner's rating goes up and the loser's rating goes down. The amount by which the ratings change depends on the difference between the players' ratings and the outcome of the game.

Here's how it works:

  1. Each player starts with a certain rating, in this game 1500.
  2. When two players compete, a mathematical formula is used to calculate the expected score for each player, based on their ratings.
  3. If a player's actual score is higher than their expected score, their rating goes up. If it is lower, their rating goes down.
  4. The amount by which a player's rating changes depends on the difference between their actual score and their expected score, as well as the weight of the tournament or match.

generated with ChatGPT

Screenshots

Screenshot 2022-12-22 at 12 11 28 Screenshot 2022-12-22 at 12 12 05

Stack

Contributing

Check the CONTRIBUTING.md.

About

Track kicker games with Elo rating system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.3%
  • Other 1.7%