configs

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const BothClick = 2

Click of both the primary and secondary button

View Source
const PrimaryClick = 0

Click of the primary button

View Source
const SecondaryClick = 1

Click of the secondary button

View Source
const StateLoss = 2

A game that has ended on a loss

View Source
const StateOnGoing = 0

A game that is on going

View Source
const StateWin = 1

A game that has ended on a win

Variables

This section is empty.

Functions

This section is empty.

Types

type Configs

type Configs struct {
	SizeOptions map[string]SizeOption `json:"SizeOptions"`
}

type SizeOption

type SizeOption struct {
	NumMines int
	NumRows  int
	NumCols  int
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL