mwg API
    Preparing search index...

    Function gameResult

    • mate, stalemate, or more game: whoever just moved is judged through the side to play

      Parameters

      Returns ChessResult

      import { startingChess, gameResult } from '@datamoc/mw_games/board';

      console.log(gameResult(startingChess())); // 'ongoing'