Skip to content

stefanoberri/roachcase

Repository files navigation

The roach case

Documentation Status

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

About

Match making algorithm to produce balanced teams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published