Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CategoryAliases = map[string]string{
"hashi": "hashiwokakero",
"bridges": "hashiwokakero",
"hitori": "hitori",
"lights": "lights out",
"nonogram": "nonogram",
"sudoku": "sudoku",
"takuzu": "takuzu",
"binairo": "takuzu",
"binary": "takuzu",
"words": "word search",
"wordsearch": "word search",
"ws": "word search",
}
CategoryAliases maps short or alternate names to canonical category names.
Functions ¶
func Category ¶
Category finds a game category by name (case-insensitive, hyphen/underscore-tolerant, with alias support).
func CategoryNames ¶
CategoryNames returns the display names of all game categories.
func Mode ¶
Mode finds a mode within a category by name. If name is empty, returns the first (default) mode.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.