chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.model / Player

Player

data class Player : Serializable

Represent a chess player

Author Felix Dimmel

Constructors

<init> Player(id: Int = 0, name: String = "", password: String = "")
Represent a chess player

Properties

id val id: Int
The ID of this player (Autogenerated by SQLite database)
name var name: String
The name of the player
password var password: String
The password of the player