Crate toetactic_lib

Source
Expand description

A library for analyzing NxN Tic Tac Toe positions

Modules§

mech
Game mechanics

Functions§

get_best_move
Generates the best move in the position, assuming the game is ongoing. This function will panic if the game has already ended.