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 SeededNameForGame(seed, gameType string) string v1.7.0 Mar 6, 2026 Changes in this version + func CreateRecord(s *store.Store, g game.Gamer, name string, gameType string, modeTitle string) (*store.GameRecord, error) + func GenerateUniqueName(s *store.Store) string + func ImportRecord(rec *store.GameRecord) (game.Gamer, error) + func NormalizeSeed(seed string) string + func ResumeAbandonedDeterministicRecord(s *store.Store, rec *store.GameRecord) error + func SeededName(seed string) string