An implementation of the TrueSkill algorithm in PHP
Go to file
Daniel Lee Harple a0ad1929ee Added ignores
2010-03-19 05:08:58 -04:00
cmake/modules Added basic cmake build system 2010-03-19 05:06:37 -04:00
Skills Always make internals visible to UnitTests, so tests can be run in non-debug builds. 2010-03-19 05:04:40 -04:00
UnitTests Initial version of Moserware.Skills TrueSkill calculator to go along with my Computing Your Skill blog post 2010-03-18 07:39:48 -04:00
.gitignore Added ignores 2010-03-19 05:08:58 -04:00
CMakeLists.txt Added basic cmake build system 2010-03-19 05:06:37 -04:00
README.txt Added root README.txt 2010-03-18 07:43:44 -04:00
Skills.sln Fixed .SLN so that Release builds correctly. Thanks to Jacob Carpenter for noticing it 2010-03-18 18:28:24 -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.