chessgame

RESTful chessgame developed with kotlin

View on GitHub

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

<init>

Player(id: Int = 0, name: String = "", password: String = "")

Represent a chess player

Author Felix Dimmel