chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.model / Piece

Piece

class Piece : Serializable

Represent a chess piece

Author Felix Dimmel

Constructors

<init> Piece(type: PieceType, position: Field)
Represent a chess piece

Properties

position var position: Field
Position of the chessboard field
type var type: PieceType
Type of piece