A simple implementation of the glicko 2 algorithm.
Categories
GamesLicense
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow glicko 2 php library
You Might Also Like
Free CRM Software With Something for Everyone
Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
Rate This Project
Login To Rate This Project
User Reviews
-
I understand it is more than a year since the last update, but with all the five star comments I can not understand what happened at that update. In the current state, this does not work as intended: * According to instructions, the function call is $Object->Update(), where in reality it needs to be $Object->Update(NULL) or some other argument. * $M is often used instead of $this->M, causing the class not to function at all. * $M is at places misspelled $m * $this-> is missing in several other places. * $deltasq is misspelled $deltadg at one point. These are the ones I found now, but it is clear it has not been tested.