An implementation of the TrueSkill algorithm in PHP
Go to file
2010-10-09 10:42:00 -04:00
nbproject First TwoPlayerTrueSkillCalculator unit test passed 2010-08-28 22:05:41 -04:00
PHPSkills Some minor documentation cleanup (e.g. converted C# comments to PHPDocumentor comments) 2010-10-08 21:44:36 -04:00
UnitTests Deleted C# code (it was just there to note the fork) 2010-10-09 10:42:00 -04:00
License.txt Add preliminary license 2010-10-03 22:11:38 -04:00
README Deleted C# code (it was just there to note the fork) 2010-10-09 10:42:00 -04:00
web.config First TwoPlayerTrueSkillCalculator unit test passed 2010-08-28 22:05:41 -04:00

This is a PHP port of the Moserware.Skills project that's available at

http://github.com/moserware/Skills

For more details on how the algorithm works, see 

http://www.moserware.com/2010/03/computing-your-skill.html

For details on how to use this project, see the accompanying unit tests with this project