summaryrefslogtreecommitdiff
path: root/games/py-trueskill/DESCR
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-05-16 19:40:44 +0000
committerwiz <wiz@pkgsrc.org>2012-05-16 19:40:44 +0000
commit2b44321f4354615d1757ea4bcbf2f24cb6dc9cc1 (patch)
tree0bec40626392b4204419de7034cea39e9946ab09 /games/py-trueskill/DESCR
parent7346b348982f2786862e29030a37fc51d0ede8cf (diff)
downloadpkgsrc-2b44321f4354615d1757ea4bcbf2f24cb6dc9cc1.tar.gz
Initial import of py-trueskill-0.1.3:
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.
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.