Module binoxxo::bruteforce::rules

source ·
Expand description

This module can check entiere boards or single moves, whether the fullfill the binoxxo rules.

Functions

Returns whether the board is full (i.e. has no Empty fields).
Returns whether all fields on the board board fullfill the binoxxo rules.
Returns whether the content of the field at column x and row y on board board fullfills the binoxxo rules. The rest of the board is not checked, and, hence, even if this function returns true, the entiere board board may be invalid.