edaxCanMove method

bool edaxCanMove()

Check if the current player can move.

Implementation

bool edaxCanMove() => _bindings.edax_can_move() == 1;