krestenlaust / ChessGame

Chess-engine designed and implemented by my friends, Cogo and Patrick, and I. Features AI opponent (using minimax), Lichess integration and multiplayer-on-LAN.
5 stars 1 forks source link

Non-quadratic tiles in Tiny chess mode by default #2

Open krestenlaust opened 1 year ago

krestenlaust commented 1 year ago

Description: When opening Tiny chess the window has the same default size as it normally has, which skews the tiles. Not sure whether this deserves a fix, as no other game mode probably needs to change the default window size.

krestenlaust commented 1 year ago

Instead of making it a game mode specific property, then making the ChessForms window fit based on the board size, might be a better approach.