summaryrefslogtreecommitdiff
path: root/games/py-trueskill/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'games/py-trueskill/DESCR')
-rw-r--r--games/py-trueskill/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/games/py-trueskill/DESCR b/games/py-trueskill/DESCR
new file mode 100644
index 00000000000..3dd2ad4265b
--- /dev/null
+++ b/games/py-trueskill/DESCR
@@ -0,0 +1,6 @@
+TrueSkill(tm) is a rating system among game players. It has been
+used on Xbox Live to rank and match players. TrueSkill system
+quantizes `TRUE' skill points by a Bayesian inference algorithm.
+
+This project is a Python package which implements TrueSkill(tm)
+rating system.