Crate lib_treblecross

Crate lib_treblecross 

Source
Expand description

Simple treblecross solver.

Structs§

Game
A game of treblecross represented as a list of binary values.

Functions§

solve
Solves a treblecross game using the negamax formula. The game is over when there are 3 filled cells (1s) in a row.
solve_and_collect