Versions in this module Expand all Collapse all v0 v0.0.2 Sep 14, 2022 Changes in this version + func Names() []string type Difficulty + const Kids + func From(str string) Difficulty v0.0.1 Feb 16, 2022 Changes in this version + type Difficulty int + const Easy + const Hard + const Insane + const Medium + const None + func (d Difficulty) BlocksFilled() int + func (d Difficulty) String() string