A chess client written in Flutter
Marco
200393ac76
With the previous change of starting a tap on a drag, we removed the GestureDetector from all squares with any pieces. This included the opponent's pieces. Tapping and taking an opponent's piece was not possible anymore. This was a bug, since we still want to detect a tap and take an opponent's piece. |
||
---|---|---|
android | ||
assets | ||
ios | ||
lib | ||
linux | ||
macos | ||
test | ||
web | ||
windows | ||
.gitignore | ||
.metadata | ||
analysis_options.yaml | ||
devtools_options.yaml | ||
pubspec.lock | ||
pubspec.yaml | ||
README.md |
mchess
A chess client made with Flutter. Work in progess.