class SplatfestSimulator::Matchmaker

Direct Known Subclasses

Defined in:

splatfest_simulator/matchmaker.cr

Constant Summary

CLOSE_TEAM_BUCKET = 10
DEFAULT_TEAM_COUNT = 1000

Constructors

Instance Method Summary

Constructor Detail

def self.new(given_teams : Array(SplatfestSimulator::Team) = DEFAULT_TEAM_COUNT.times.map do Team.new end.to_a) #

[View source]

Instance Method Detail

def make_all_matches! #

[View source]
def make_match! #

[View source]
def teams : Array(Team) #

[View source]