Module binoxxo::bruteforce::possible_move[][src]

This module contains the code to determine the options for any empty field of a board: fn calc_possible_moves.

Enums

PossibleMove

The options for a given empty field.

Functions

calc_possible_moves

For all empty fields on board board returns the possible moves.