matrix

package
v0.0.0-...-15d238a Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DirCol       = []int{1, -1, 0, 0}
	DirRow       = []int{0, 0, 1, -1}
	AroundDirRow = []int{-1, -1, -1, 0, 0, 1, 1, 1}
	AroundDirCol = []int{-1, 0, 1, -1, 1, -1, 0, 1}
)

Functions

This section is empty.

Types

type CutOffNode

type CutOffNode struct {
	// contains filtered or unexported fields
}

type PuzzleNode

type PuzzleNode struct {
	// contains filtered or unexported fields
}

type TrapNode

type TrapNode struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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