export const BOARD_SIZE = 6; export const MAX_PIECES_PER_PLAYER = 8; export const WIN_LENGTH = 3;