chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.util / FENUtility

FENUtility

class FENUtility

Utility class to handle a String as Forsyth-Edwards-Notation (FEN)

Author Felix Dimmel

Constructors

<init> FENUtility()
Utility class to handle a String as Forsyth-Edwards-Notation (FEN)

Companion Object Functions

calc fun calc(match: Match): Unit
Calculate the FEN String based on the match properties
prepareFENForURLParam fun prepareFENForURLParam(fen: String): String
Prepares a FEN String as URL parameter