You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Python Easy Chess GUI
2
2
A Chess GUI based from Python using PySimpleGUI and Python-Chess modules. Users can also load a chess engine and play with it. This program is based on a [demo chess against ai](https://github.com/PySimpleGUI/PySimpleGUI/tree/master/Chess) from PySimpleGUI.<br>
3
3
4
-

4
+

5
5
6
6
### Requirements
7
7
Windows exe file will be available upon release. In the meantime to get it running the following are required.
@@ -52,15 +52,13 @@ Typical command line:<br>
52
52
* If current mode is Play, Mode->Neutral, then Board->Flip
53
53
54
54
#### To set book options
55
-
* If current mode is Neutral, Book->Set Book
56
-
* If current mode is Play, Mode->Neutral, then Book->Set Book
55
+
* Book->Set Book
57
56
58
57
#### To select engine
59
-
* If current mode is Neutral, Engine->Set Engine
60
-
* If current mode is Play, Mode->Neutral, then Engine->Set Engine
58
+
* Engine->Set Engine
61
59
62
-
#### To hide engine search info
63
-
*If current mode is Play, Engine->Hide Search Info
60
+
#### To Unhide engine search info
61
+
*You should be in Play mode, Engine->Unhide Search Info
0 commit comments