Skip to main content

The video game rating system

Project description

An implementation of the TrueSkill algorithm for Python. TrueSkill is a rating system among game players and it is used on Xbox Live to rank and match players.

from trueskill import Rating, quality_1vs1, rate_1vs1
alice, bob = Rating(25), Rating(30)  # assign Alice and Bob's ratings
if quality_1vs1(alice, bob) < 0.50:
    print('This match seems to be not so fair')
alice, bob = rate_1vs1(alice, bob)  # update the ratings after the match

See Also

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trueskill-0.4.4.tar.gz (21.5 kB view details)

Uploaded Source

File details

Details for the file trueskill-0.4.4.tar.gz.

File metadata

  • Download URL: trueskill-0.4.4.tar.gz
  • Upload date:
  • Size: 21.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for trueskill-0.4.4.tar.gz
Algorithm Hash digest
SHA256 67cd45ab14dcdfd5894ecb8288df8d0d8c6cbd784bf7203a14e162d41ac5cb93
MD5 fa3e3e51cdaa198225940bc6f8b3e545
BLAKE2b-256 49018572ac20d2877037cb65711ee0b76a0bf7efc11b7f3354e4eae3072f51a1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page