Skip to content

matchmaking utility package #3

@mashiike

Description

@mashiike

Create matchmaking package
Provides utilities for matchmaking.

Basically, the following interface is considered.

type Element interface {
  Rating() rating.Rating
  MemberCount() int
}

Provide a Queue that can store anything that satisfies this interface.

When Queue reaches the specified number, it tries to return the combination of the match via the channel.

The algorithm is considered to be an annealing method or one using the Gale-Shapley algorithm.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions