A chess client written in Flutter
Go to file
Marco 8f4cd2266f Handle board status message
This is another step to allow reconnecting after connection loss or
browser closing.

When the game is left with the X button on the bottom right, we will
close the websocket connection, to let the server know, that we are
gone.

The server still has issues that prevent this from working flawlessly.

Remove unused import
2023-12-09 20:48:36 +01: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 Handle board status message 2023-12-09 20:48:36 +01: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 Handle board status message 2023-12-09 20:48:36 +01: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 Handle board status message 2023-12-09 20:48:36 +01:00
pubspec.yaml pub ugrade 2023-11-27 00:20:02 +01:00
README.md Change README. 2023-08-14 00:16:04 +02:00

mchess

A chess client made with Flutter. Work in progess.