Versions in this module Expand all Collapse all v1 v1.2.0 Sep 15, 2022 v1.1.0 Apr 15, 2021 v1.0.0 Mar 21, 2021 Changes in this version + type Config struct + CheckOnSnag bool + MinLength int + Penalize bool + ProhibitDuplicates bool + func (cfg Config) Rules() []string + type ID int + type Info struct + Board *board.Board + Capacity int + Config *Config + CreatedAt int64 + FinalBoards map[string]board.Board + ID ID + Players []string + Status Status + TilesLeft int + func (i Info) CanJoin(playerName string) bool + func (i Info) CapacityRatio() string + type Status int + const Deleted + const Finished + const InProgress + const NotStarted + func (s Status) String() string