menu
libedax4dart
src/libedax.dart
LibEdax
edaxIsGameOver method
edaxIsGameOver
dark_mode
light_mode
edaxIsGameOver
method
bool
edaxIsGameOver
(
)
Check if the current game is over.
Implementation
bool edaxIsGameOver() => _bindings.edax_is_game_over() == 1;
libedax4dart
libedax
LibEdax
edaxIsGameOver method
LibEdax class