ChessPos.tlOrigin constructor

ChessPos.tlOrigin(
  1. int x,
  2. int y
)

constructor pos by x and flipped y

Implementation

ChessPos.tlOrigin(this.x, int y) : y = 9 - y;