mchess-client/lib/chess
Marco b9d574f2ab Fix 1-pixel lines between squares
In window widths or heigths that are not divisible by 8, the chess board
would contain lines between the squares (since the contraints of the
chess board rows would contain non-integer constraints).

With this commit, we calculate margins manually, in order to constrict
the chess board to widths and heights that are divisible by 8.
2023-08-22 04:24:30 +02:00
..
chess_app.dart Make promotions work. 2023-07-03 19:41:12 +02:00
chess_board.dart Fix 1-pixel lines between squares 2023-08-22 04:24:30 +02:00
chess_square.dart Display last played move. 2023-08-19 03:45:03 +02:00
turn_indicator_widget.dart Add GoRouter and do a lot of renaming. 2022-12-25 16:16:23 +01:00