mirror of
https://github.com/furyfire/trueskill.git
synced 2025-12-12 10:47:00 +01:00
15 lines
378 B
Markdown
15 lines
378 B
Markdown
---
|
|
title: README
|
|
lang: en
|
|
...
|
|
# PHP TrueSkill Implementation
|
|
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 example snippets with this project.
|