chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.model / Match / pieceSets

pieceSets

var pieceSets: HashMap<PieceColor, PieceSet>

Hash map of the pieceSets of the two players. Key: Color of player; Value: PieceSet

Property

pieceSets - Hash map of the pieceSets of the two players. Key: Color of player; Value: PieceSet