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
+20-5
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,8 @@ pip install pyperclip
28
28
2. If you want to run from the exe
29
29
* Download the exe file from the release link
30
30
31
-
### C. How to play
31
+
### C. How to
32
+
#### To start the gui
32
33
* Execute python_easy_chess_gui.py<br>
33
34
Typical command line:<br>
34
35
`python python_easy_chess_gui.py`
@@ -55,17 +56,31 @@ Typical command line:<br>
55
56
* If current mode is Neutral, Board->Flip
56
57
* If current mode is Play, Mode->Neutral, then Board->Flip
57
58
58
-
#### To set book options
59
-
* Book->Set Book, only available in Neutral mode.
59
+
#### To set opponent engine book options
60
+
* Book->Set Book, only available in Neutral mode. This book is used by your opponent engine. This book is named pecg_book.bin and is located in Book folder. You can build a polyglot book name it pecg_book.bin and replace the default.
60
61
61
62
#### To select engine
62
63
* Engine->Set Engine Opponent, available only in Neutral mode.
63
64
64
65
#### To Hide/Unhide engine search info
65
-
* Right-click on Opponent Search Info label
66
+
* Right-click on Opponent Search Info label an press Show. This would only work on Play mode.
66
67
67
68
#### To Hide/Unhide Book info
68
-
* Right-click on BOOK 1 or BOOK 2 labels
69
+
* Right-click on BOOK 1 or BOOK 2 labels and press Show. This would only work on Play mode.
70
+
71
+
#### To request Adviser search info
72
+
* Right-click on Adviser and press start. This would only work on Play mode.
73
+
74
+
#### To select opponent engine
75
+
* Engine->Set Engine Opponent
76
+
77
+
#### To set time control of engine
78
+
* Time->Engine
79
+
80
+
#### To install engine
81
+
* Engine->Manage->Install
82
+
After the uci engine is installed, you have to Edit it to modify its options, etc. Only uci engines are supported so far.
0 commit comments