edaxIsGameOver method

bool edaxIsGameOver()

Check if the current game is over.

Implementation

bool edaxIsGameOver() => _bindings.edax_is_game_over() == 1;