Skip to content

Commit a749d36

Browse files
authored
Update README.md
1 parent 131a797 commit a749d36

1 file changed

Lines changed: 16 additions & 8 deletions

File tree

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,42 +67,50 @@ Typical command line:<br>
6767
1. This app has 2 modes Neutral and Play. After executing the app the user is brought to Neutral mode.
6868

6969
2. In Neutral mode user can
70-
* Flip the board <br>
71-
_If user wants to play as black_
70+
* Flip the board
71+
* If user wants to play as black
72+
* Quit the app
7273
* Set engine opponent
7374
* Select engine
7475
* Set Threads
7576
* Set Hash
76-
* Set engine opponent opening book settings
77+
* Set opponent engine opening book settings
7778
* Enable/disable book
7879
* Set best move / random book moves
79-
* Set engine thinking time and maximum search depths
80+
* Set opponent engine thinking time and maximum search depths
8081
* Set engine adviser
8182
* Select engine
8283
* Set Threads
8384
* Set Hash
85+
* Set thinking time
8486
+ Change to Play mode <br>
8587
Play mode has 2 main states
8688
1. User to move
8789
* User can make a move on the board by pressing the from square and the to square
90+
* User can make the engine think and play a move by pressing Engine->Go
8891
* Paste a FEN
92+
* Use wants to play from a different position than the usual startposition
8993
* Set engine opponent
9094
* Select engine
9195
* Set Threads
9296
* Set Hash
93-
* Set engine thinking time and maximum search depths
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
94101
* Can ask opening book assistance
95102
* Can ask adviser engine on its best move and/or principal variation
103+
* 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.
96104
* Can Save game
97-
* Can Set opponent engine opening book
98105
* Change to Neutral mode
99106
2. Engine opponent to move
100107
* User can interrupt engine while thinking by
101108
* Move now
102109
* New Game
103110
* Quit the app
104-
105-
111+
* Hide/unhide engine search info
112+
* Hide/unhide 2 user books
113+
* Change mode back to neutral
106114

107115
### Credits
108116
* PySimpleGUI<br>

0 commit comments

Comments
 (0)