Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterFactory ¶
func RegisterFactory()
Types ¶
type Group ¶
type Group struct {
*glicko2.GroupBaseGlicko2
}
type Player ¶
type Player struct {
// combined with the struct implementing the matching strategy
// to support different matching strategies
*glicko2.PlayerBaseGlicko2
// some game mode specific fields
TotalPvpCount int64
TodayPvpCount int64
}
type Room ¶
type Room struct {
*glicko2.RoomBaseGlicko2
}
Click to show internal directories.
Click to hide internal directories.