chessgame

RESTful chessgame developed with kotlin

View on GitHub

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

<init>

Field(id: Int = 0, row: Int = 0, column: Int = 0)

Represent a chess field

Author Felix Dimmel