Skip to content

Commit b6f9fd6

Browse files
authored
Update README.md
1 parent c108191 commit b6f9fd6

File tree

1 file changed

+12
-20
lines changed

1 file changed

+12
-20
lines changed

README.md

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@ Typical command line:<br>
5252
* If current mode is Play, Mode->Neutral, then Board->Flip
5353

5454
#### To set book options
55-
* Book->Set Book
55+
* Book->Set Book, only available in Neutral mode.
5656

5757
#### To select engine
58-
* Engine->Set Engine
58+
* Engine->Set Engine Opponent, available only in Neutral mode.
5959

6060
#### To Hide/Unhide engine search info
61-
* Press the ENGINE SEARCH INFO text
61+
* Right-click on Opponent Search Info label
6262

6363
#### To Hide/Unhide Book info
64-
* Press the Book 1 or Book 2 text
64+
* Right-click on BOOK 1 or BOOK 2 labels
6565

6666
### D. GUI/User process flow
6767
1. This app has 2 modes Neutral and Play. After executing the app the user is brought to Neutral mode.
@@ -71,33 +71,23 @@ Typical command line:<br>
7171
* If user wants to play as black
7272
* Quit the app
7373
* Set engine opponent
74-
* Select engine
75-
* Set Threads
76-
* Set Hash
7774
* Set opponent engine opening book settings
7875
* Enable/disable book
7976
* Set best move / random book moves
80-
* Set opponent engine thinking time and maximum search depths
77+
* Set opponent engine time control
78+
* Fischer type
79+
* Timepermove type
8180
* Set engine adviser
82-
* Select engine
83-
* Set Threads
84-
* Set Hash
85-
* Set thinking time
81+
* Set time control of User
82+
* Fischer type
83+
* Delay type
8684
+ Change to Play mode <br>
8785
Play mode has 2 main states
8886
1. User to move
8987
* User can make a move on the board by pressing the from square and the to square
9088
* User can make the engine think and play a move by pressing Engine->Go
9189
* Paste a FEN
9290
* Use wants to play from a different position than the usual startposition
93-
* Set engine opponent
94-
* Select engine
95-
* Set Threads
96-
* Set Hash
97-
* Set opponent engine opening book settings
98-
* Enable/disable book
99-
* Set best move / random book moves
100-
* Set opponent engine thinking time and maximum search depths
10191
* Can ask opening book assistance
10292
* Can ask adviser engine on its best move and/or principal variation
10393
* After pressing the text Advise button, the adviser will search for best move. Once the color of pv line becomes blue that means it is done thinking and the user can now make a move on the board.
@@ -123,3 +113,5 @@ https://github.com/asweigart/pyperclip
123113
https://theweekinchess.com/
124114
* PyInstaller<br>
125115
https://github.com/pyinstaller/pyinstaller
116+
* pgn-extract<br>
117+
https://www.cs.kent.ac.uk/people/staff/djb/pgn-extract/

0 commit comments

Comments
 (0)