Implement TrueSkill Rating System in TypeScript with ts-trueskill NPM Package


Summary of my bookmarked Github repositories from Oct 28th, 2019

Github repositories

  • scttcper/ts-trueskill

    The "ts-trueskill" npm package is a TypeScript port of the Python TrueSkill package developed by Heungsub Lee. TrueSkill is a rating system used for ranking and matchmaking players in games, originally developed by Microsoft Research. The package provides an API for implementing TrueSkill in TypeScript, allowing you to calculate skill points, determine match quality, and update player ratings based on match outcomes. It supports various match rules, including team games and free-for-all. The package is published on npm and is available for installation. However, note that the TrueSkill brand is restricted to Xbox Live games or non-commercial projects as per Microsoft's licensing terms.