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
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,42 +67,50 @@ Typical command line:<br>
67
67
1. This app has 2 modes Neutral and Play. After executing the app the user is brought to Neutral mode.
68
68
69
69
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
72
73
* Set engine opponent
73
74
* Select engine
74
75
* Set Threads
75
76
* Set Hash
76
-
* Set engine opponent opening book settings
77
+
* Set opponent engine opening book settings
77
78
* Enable/disable book
78
79
* 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
80
81
* Set engine adviser
81
82
* Select engine
82
83
* Set Threads
83
84
* Set Hash
85
+
* Set thinking time
84
86
+ Change to Play mode <br>
85
87
Play mode has 2 main states
86
88
1. User to move
87
89
* 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
88
91
* Paste a FEN
92
+
* Use wants to play from a different position than the usual startposition
89
93
* Set engine opponent
90
94
* Select engine
91
95
* Set Threads
92
96
* 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
94
101
* Can ask opening book assistance
95
102
* 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.
0 commit comments