Documentation ¶
Index ¶
- Constants
- func BoolsStr(a []bool) string
- func Delta6(hist, base []Cube) func(i int) int32
- func Extra6(hist, base, cur []Cube) func(i int) int32
- func Index6(index []int, N int) []int
- func SameBools(a, b []bool)
- func SetExtra6(hist, base, cur []Cube) func(i int, v int32)
- func SortByZ(items []int, get func(i int) int32)
- func SortByZCount(items []int, get func(i int) int32)
- func Value6(base []Cube) func(i int) int32
- type Cube
- type Frame
- type State
Constants ¶
View Source
const HistorySize = 16
Variables ¶
This section is empty.
Functions ¶
func SortByZCount ¶
Types ¶
type State ¶
type State struct { History [HistorySize]*Frame FrameIndex int }
Click to show internal directories.
Click to hide internal directories.