package
1.0.3
Repository: https://github.com/frankkopp/frankygo.git
Documentation: pkg.go.dev

# Functions

NewPosition creates a new position.
NewPositionFen creates a new position with the given fen string as board position It returns nil and an error if the fen was invalid.
NewRandom creates a random object with a seed.

# Constants

StartFen is a string with the fen position for a standard chess game.

# Structs

Position This struct represents the chess board and its position.

# Type aliases

Key is used for zobrist keys in chess positions.