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