Skip to content

Commit 3a16748

Browse files
authored
Update README.md
1 parent 9b08830 commit 3a16748

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Easy Chess GUI
22
A Chess GUI based from Python using PySimpleGUI and Python-Chess modules. Users can also load a chess engine and play with it. This program is based on a [demo chess against ai](https://github.com/PySimpleGUI/PySimpleGUI/tree/master/Chess) from PySimpleGUI.<br>
33

4-
![](https://i.imgur.com/X2DoJRd.png)
4+
![](https://i.imgur.com/ij2aKAl.png)
55

66
### Requirements
77
Windows exe file will be available upon release. In the meantime to get it running the following are required.
@@ -57,8 +57,11 @@ Typical command line:<br>
5757
#### To select engine
5858
* Engine->Set Engine
5959

60-
#### To Unhide engine search info
61-
* You should be in Play mode, Engine->Unhide Search Info
60+
#### To Hide/Unhide engine search info
61+
* Press the ENGINE SEARCH INFO text
62+
63+
#### To Hide/Unhide Book info
64+
* Press the Book 1 or Book 2 text
6265

6366
### Credits
6467
* PySimpleGUI<br>

0 commit comments

Comments
 (0)