Ferdinand Mosca
Ferdinand Mosca
It is intentional. The user can press resign to surrender or continue playing to have some fun. The other option is to adjudicate the game by time forfeit automatically and...
There is a new commit at 41a4ae236dc0c8ba0644b8eb7cde7ad55acf8977 to try to fix this issue. Windows: ok Linux/Ubuntu: ok mac: not tested
At the moment, the issue on `_tkinter.TclError: bad attribute "-disabled": must be -alpha, -topmost, -zoomed, -fullscreen, or -type` is fixed. I use Hide()/UnHide instead of Disable/Enable. The disadvantage is that...
Current display in windows 10.  WSL - Ubuntu 20.04 
Just use the latest script. window.disable is now replaced by hide/unhide.
I will check this issue once I have a linux machine.
@Romain-Revel Can you try this fix? https://github.com/fsmosca/Python-Easy-Chess-GUI/issues/35#issuecomment-824499803
@Pichetraful Can you try this fix? https://github.com/fsmosca/Python-Easy-Chess-GUI/issues/35#issuecomment-824499803
Ignore it. I updated the code to use HIde()/UnHide() instead of Disable()/Enable() in 41a4ae236dc0c8ba0644b8eb7cde7ad55acf8977 Based from test, it works on windows and linux/ubuntu.
> @fsmosca, so... should I download the code again or what exactly do I need to do? Download the code again. For example you can use the git clone command....