package
0.0.0-20240901185800-6ccc0c3e22b7
Repository: https://github.com/48thflame/checkers.git
Documentation: pkg.go.dev

# Functions

get legal capturing moves.
returns `directionsToUse` and whether slot matches plr - if not wrong turn and wrong slot.
get legal *moving* moves.
returns a slot and its I (after calc).
NewBoard() returns an initialized board set-up for a checkers game.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TODO: actually make it so can play different size boards?.
No description provided by the author
No description provided by the author
an unoccupied dark square.
Not A Spot (a light square).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

blue goes down.
No description provided by the author
No description provided by the author
red goes up.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Type aliases

Board is a 2-d arrays, that's represented in a 1-d array.
No description provided by the author
No description provided by the author
No description provided by the author