mate, stalemate, or more game: whoever just moved is judged through the side to play
import { startingChess, gameResult } from '@datamoc/mw_games/board';console.log(gameResult(startingChess())); // 'ongoing' Copy
import { startingChess, gameResult } from '@datamoc/mw_games/board';console.log(gameResult(startingChess())); // 'ongoing'
mate, stalemate, or more game: whoever just moved is judged through the side to play