EloPy
EloPy copied to clipboard
Why the k is not a const value
In line 80: k = len(self.__getPlayerList()) * 42 Why the value of k is depend on the number of players? Thank u.