BCLXJIHIYUTWBXQ7R2EJWPZOSYUHJBP2VXYMHJL4XW4P2US3HRLQC
2DRAL6A256OELKDGOGBXQ2VLLIEKKKZ4VEV3O26QP7JJN32SB3IQC
G5KXCVILVVZVQAAVLZQJ2OKJ6LHNICSSKLDNCA3LXVUAMPWJDYRQC
HSJSKGY7352JHEI4LAMO3F2RCZTVI5ZKQUCHU4UYCTLD7EGL3FQAC
// Package tictactoe is a basic tictactoe game.
// WinSize sets how many we need next to each other
// WinSize sets how many we need next to each other.
// Runes for record types
// Runes for record types on the Board.
// Board represents the board the game played on
// Board represents the board the game played on.
// Evaluate evaluates the Board for the minimax algorithm.
// Evaluate evaluates the Board for the Minimax algorithm.