Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoardConfig ¶
type Config ¶
type Config struct { ScoreToWin int `toml:"ScoreToWin"` TimePerFrameInMs int Board *BoardConfig `toml:"board"` Snake *SnakeConfig `toml:"snake"` Food *FoodConfig `toml:"food"` ActionToKeyMap *Keyboard `toml:"keyboard"` KeyToActionMap map[string]string }
Click to show internal directories.
Click to hide internal directories.