An implementation of the TrueSkill algorithm in PHP
Go to file
2010-10-09 10:30:11 -04:00
cmake/modules Added basic cmake build system 2010-03-19 05:06:37 -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
Skills Removed some more cruft that was left behind from debugging 2010-05-03 06:23:44 -04:00
UnitTests Merge remote branch 'csharpskills/master' 2010-10-09 10:30:11 -04:00
.gitignore Pulled dlh's changes and added a few more entries to .gitignore 2010-03-19 09:44:54 -04:00
CMakeLists.txt Added basic cmake build system 2010-03-19 05:06:37 -04:00
License.txt Add preliminary license 2010-10-03 22:11:38 -04:00
README.txt Added root README.txt 2010-03-18 07:43:44 -04:00
Skills.sln Decided to add back building UnitTests in the .sln after accepting dlh's change to always make InternalsVisibleTo UnitTests dll. 2010-03-19 09:57:12 -04:00
web.config First TwoPlayerTrueSkillCalculator unit test passed 2010-08-28 22:05:41 -04:00

The code for the TrueSkill calculator is in the "Skills" folder and its unit
tests are in the "UnitTests" folder.

For more details, see the "README" file in each of those folders.