Documentation
¶
Overview ¶
Package content loads the embedded lesson JSON files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Challenge ¶
type Challenge struct {
ID string `json:"id"`
Intro string `json:"intro"`
Buffer []string `json:"buffer"`
Cursor [2]int `json:"cursor"`
Goal engine.Goal `json:"goal"`
Par int `json:"par"`
XP int `json:"xp"`
Hint string `json:"hint"`
NewKeys []string `json:"newKeys,omitempty"`
AllowedKeys []string `json:"allowedKeys,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.