Versions in this module Expand all Collapse all v1 v1.9.0 Mar 22, 2026 v1.8.0 Mar 8, 2026 Changes in this version + func Definitions() []puzzle.Definition + func Help(name string) (string, bool) + func Import(gameType string, data []byte) (game.Gamer, error) + func Names() []string + type DailyEntry struct + GameID puzzle.GameID + GameType string + Mode string + ModeID puzzle.ModeID + Spawner game.SeededSpawner + func DailyEntries() []DailyEntry + type Entry struct + Definition puzzle.Definition + Help string + Import func([]byte) (game.Gamer, error) + Modes []ModeEntry + func Entries() []Entry + func Lookup(name string) (Entry, bool) + func Resolve(name string) (Entry, bool) + type ModeEntry struct + Definition puzzle.ModeDef + Seeded game.SeededSpawner + Spawner game.Spawner