chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.model / PieceSet / <init>

<init>

PieceSet(activePieces: HashMap<Pair<Int, Int>, Piece> = HashMap(), capturedPieces: HashSet<Piece> = HashSet())

Represent a set of chess pieces

Author Felix Dimmel