roachcase 0.3.5

Creator: bradpython12

Last updated:

0 purchases

TODO
Add to Cart

Description:

roachcase 0.3.5

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.