TournamentGenerator

io.github.pidoveproject.showdown.protocol.server.tournament.TournamentGenerator
See theTournamentGenerator companion object

The generator for a tournament bracket.

Attributes

Companion
object
Source
TournamentGenerator.scala
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

final case class Elimination(maxLoss: Count)

Elimination BO tree.

Elimination BO tree.

Value parameters

maxLoss

the max number of loss before loosing a BO

Attributes

Source
TournamentGenerator.scala
final case class RoundRobin(maxEncounter: Count)

Attributes

Source
TournamentGenerator.scala