Skip to content

Commit 6a4e09a

Browse files
authored
Update README.md
1 parent 9b5d4f6 commit 6a4e09a

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

README.md

+20-5
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ pip install pyperclip
2828
2. If you want to run from the exe
2929
* Download the exe file from the release link
3030

31-
### C. How to play
31+
### C. How to
32+
#### To start the gui
3233
* Execute python_easy_chess_gui.py<br>
3334
Typical command line:<br>
3435
`python python_easy_chess_gui.py`
@@ -55,17 +56,31 @@ Typical command line:<br>
5556
* If current mode is Neutral, Board->Flip
5657
* If current mode is Play, Mode->Neutral, then Board->Flip
5758

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.
6061

6162
#### To select engine
6263
* Engine->Set Engine Opponent, available only in Neutral mode.
6364

6465
#### 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.
6667

6768
#### 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.
83+
* Engine->Manage->Edit
6984

7085
### E. Credits
7186
* PySimpleGUI<br>

0 commit comments

Comments
 (0)