chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.util / CheckUtility / checkmate

checkmate

fun checkmate(match: Match): Boolean

Calcualte possible movement fields based on the piece type

Parameters

match - Match reference

Author Felix Dimmel

Return True if no movement field was found otherwise false

Since 1.0.0