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
+5-40Lines changed: 5 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,11 @@ A Chess GUI based from Python using PySimpleGUI and Python-Chess modules. Users
7
7
Windows exe file will be available upon release. In the meantime to get it running the following are required.
8
8
* Python 3.7 and up
9
9
* Python-chess v0.28.0 and up
10
-
* PySimpleGUI 4.0.0
10
+
* PySimpleGUI 4.0.0 and up
11
11
* Pyperclip
12
12
13
13
### B. Installation
14
+
1. If you want to run from the source code
14
15
* Python Easy Chess GUI<br>
15
16
Download the files including the Images, Engines and Book directories. You can use your favorite uci chess engine like stockfish by copying it into the engines dir.
1. This app has 2 modes Neutral and Play. After executing the app the user is brought to Neutral mode.
68
-
69
-
2. In Neutral mode user can
70
-
* Flip the board
71
-
* If user wants to play as black
72
-
* Quit the app
73
-
* Set engine opponent
74
-
* Set opponent engine opening book settings
75
-
* Enable/disable book
76
-
* Set best move / random book moves
77
-
* Set opponent engine time control
78
-
* Fischer type
79
-
* Timepermove type
80
-
* Set engine adviser
81
-
* Set time control of User
82
-
* Fischer type
83
-
* Delay type
84
-
+ Change to Play mode <br>
85
-
Play mode has 2 main states
86
-
1. User to move
87
-
* User can make a move on the board by pressing the from square and the to square
88
-
* User can make the engine think and play a move by pressing Engine->Go
89
-
* Paste a FEN
90
-
* Use wants to play from a different position than the usual startposition
91
-
* Can ask opening book assistance
92
-
* Can ask adviser engine on its best move and/or principal variation
93
-
* 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