Documentation

LeanPool.MisereGames.Ruleset

Misere combinatorial games.

class MisereGames.Ruleset (R : Type u) :
Type (u + 1)

A playable ruleset whose positions map to GameForms.

Instances

    Set of GameForms created by the positions in ruleset R.

    Equations
    Instances For
      theorem MisereGames.Ruleset.Forms.exists {R : Type u} [Ruleset R] {g : GameForm} (h_g : Forms R g) :
      ∃ (r : R), g = toGameForm r