Skip to content

Commit c1bbb16

Browse files
authored
Update README.md
1 parent cedbba6 commit c1bbb16

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
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/B4UjRmh.png)
4+
![](https://i.imgur.com/blvv0DQ.png)
55

66
### Requirements
77
Windows exe file will be available upon release. In the meantime to get it running the following are required.
@@ -52,15 +52,13 @@ Typical command line:<br>
5252
* If current mode is Play, Mode->Neutral, then Board->Flip
5353

5454
#### To set book options
55-
* If current mode is Neutral, Book->Set Book
56-
* If current mode is Play, Mode->Neutral, then Book->Set Book
55+
* Book->Set Book
5756

5857
#### To select engine
59-
* If current mode is Neutral, Engine->Set Engine
60-
* If current mode is Play, Mode->Neutral, then Engine->Set Engine
58+
* Engine->Set Engine
6159

62-
#### To hide engine search info
63-
* If current mode is Play, Engine->Hide Search Info
60+
#### To Unhide engine search info
61+
* You should be in Play mode, Engine->Unhide Search Info
6462

6563
### Credits
6664
* PySimpleGUI<br>

0 commit comments

Comments
 (0)