isStaleMate method

bool isStaleMate()

Implementation

bool isStaleMate() {
  return game.in_stalemate;
}