Skip to content
Snippets Groups Projects
Unverified Commit fce041fb authored by Maxime FRIESS's avatar Maxime FRIESS :blue_heart:
Browse files

[game] Credited source for elo system

parent 09fb4c93
Branches
Tags
No related merge requests found
Pipeline #107154 passed with stages
in 56 seconds
......@@ -150,6 +150,7 @@ private function score_function($user, $alpha, $N) {
private function calculate_elo($user_data)
{
// Taken from https://towardsdatascience.com/developing-a-generalized-elo-rating-system-for-multiplayer-games-b9b495e87802
$D = 400;
$K = 32;
$alpha = 2;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment