chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.model / Match / players

players

val players: HashMap<PieceColor, Player>

Hash map of the players. Key: Color of player; Value: Player

Property

players - Hash map of the players. Key: Color of player; Value: Player