chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.model / Match / check

check

var check: HashMap<PieceColor, Boolean>

Hash map of check value for each player. True if player is in check otherwise false.

Property

check - Hash map of check value for each player. True if player is in check otherwise false.