Skip to main content

A match making algorithm to create balanced teams from players with different skills.

Project description

Documentation Status https://img.shields.io/pypi/v/roachcase.svg The roach case

A match making algorithm

The roach case is a match making algorithm to create balanced teams from players with different skills. It has two purposes:

  • Iteratively score player’s skill level based on the outcome of played matches.

  • Use the player’s latest scores to create balanced teams.

Scores are converted into roaches each players has in the roach case. Roaches are traded after each match, depending on the outcome.

It is inspired by the ELO scoring system used in chess and other games.

A Python package

This Python package contains the business logic of the match making algorithm, together with a very simple command line interface and simple persistence layers. Other components can use it and extend it with a different interface (web, standalone, …) and more scalable persistence (local or cloud database). Design is heavily inspired by Clean Architecture and/or Onion Architecture.

Documentation

Please read the latest documentation online

Credits

Stefano Berri

Project details


Download files

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

Source Distribution

roachcase-0.3.4.tar.gz (722.4 kB view hashes)

Uploaded Source

Built Distribution

roachcase-0.3.4-py3-none-any.whl (725.1 kB view hashes)

Uploaded Python 3

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