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
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Python Easy Chess GUI
2
2
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>
3
3
4
-

4
+

5
5
6
6
### A. Requirements
7
7
Windows exe file will be available upon release. In the meantime to get it running the following are required.
@@ -10,7 +10,14 @@ Windows exe file will be available upon release. In the meantime to get it runni
10
10
* PySimpleGUI 4.0.0 and up
11
11
* Pyperclip
12
12
13
-
### B. Installation
13
+
### B. Features
14
+
##### 1. Save games to repertoire pgn files
15
+

16
+
17
+
##### 2. Install uci engine of your choice
18
+

19
+
20
+
### C. Installation
14
21
1. If you want to run from the source code
15
22
* Python Easy Chess GUI<br>
16
23
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.
0 commit comments