A chess client written in Flutter
Go to file
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
android Do not convert short piece name to lower case. 2023-08-12 11:43:51 +02:00
assets Add assets. 2022-11-13 01:02:56 +01:00
ios Initial commit. Board builds but without pieces and logic. 2022-11-12 22:55:45 +01:00
lib Fix 1-pixel lines between squares 2023-08-22 04:24:30 +02:00
linux Initial commit. Board builds but without pieces and logic. 2022-11-12 22:55:45 +01:00
macos Initial commit. Board builds but without pieces and logic. 2022-11-12 22:55:45 +01:00
test A lot of changes again?!? 2023-06-30 01:49:18 +02:00
web Changes you see? To many to name them. And a splash screen for flutter web of course. 2023-06-28 12:37:59 +02:00
windows Initial commit. Board builds but without pieces and logic. 2022-11-12 22:55:45 +01:00
.gitignore Initial commit. Board builds but without pieces and logic. 2022-11-12 22:55:45 +01:00
.metadata Initial commit. Board builds but without pieces and logic. 2022-11-12 22:55:45 +01:00
analysis_options.yaml Initial commit. Board builds but without pieces and logic. 2022-11-12 22:55:45 +01:00
pubspec.lock Display last played move. 2023-08-19 03:45:03 +02:00
pubspec.yaml Change connection handling (Use playerID from registering to connect via websocket. 2023-05-28 17:44:22 +02:00
README.md Change README. 2023-08-14 00:16:04 +02:00

mchess

A chess client made with Flutter. Work in progess.