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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@ Then, run the **pychess.py** file. Trying to run any other file will not run the
34
34
## What's new in this version 3.0
35
35
- THIS IS THE BIGGEST RELEASE OF MY-PYCHESS EVER RELEASED.
36
36
- The code now comes with MIT License instead of the GPL-3 which came with v2.2
37
-
- The code was revamped, fixing minor bugs and MAJOR PERFORMANCE IMPROVEMENTS.
38
-
-Version 2.2 ran at 22 fps, while this upgrade allows it to run at about 200 fps (on my PC) if fps is not constrained.
37
+
- The code was revamped and restructured, fixing minor bugs and MAJOR PERFORMANCE IMPROVEMENTS.
38
+
-On my PC, v2.2 ran at 25 fps, while this upgrade allows it to run at over 200 fps if fps is not constrained.
39
39
- Code is now more easy to understand with code comments throughout the code.
40
40
- EnPassant was added (finally).
41
41
- Undo moves option was added.
@@ -45,7 +45,7 @@ Then, run the **pychess.py** file. Trying to run any other file will not run the
45
45
46
46
## BIG CHANGES THAT CAME IN VERSION 3.0
47
47
48
-
- Online play was be added. This features a ONLINE LOBBY and support upto 10 people to play chess(read more in ref/online.txt)
48
+
- Online play was added. This features a ONLINE LOBBY and support upto 10 people to play chess(read more in ref/online.txt)
49
49
- Singleplayer saw BIG UPGRADES: A Good Menu, ability to play with a decent PYTHON CHESS ENGINE.
50
50
- Now, you can play against STOCKFISH CHESS ENGINE (see stockfishchess.org). My-PyChess will act as an interface to give you this singleplayer mode. Included with this release, a good menu for stockfish and stockfish install/configure menu to help with installing and configuring stockfish with My-PyChess. Remember, stockfish is the best chess engine in the world, even though it's playing strength is limited, it still playes a very hard level of chess. Chess beginners may choose the PYTHON CHESS ENGINE written by me over stockfish.
51
51
@@ -61,6 +61,8 @@ Changlog has been moved to CHANGELOG.md
61
61
62
62
3) Improvise the GUI in many places.
63
63
64
-
4) Improve the TextBox in the online menu
64
+
4) Improve the TextBox in the online menu.
65
+
66
+
5) Save games in PGN format.
65
67
66
68
- There are many more in this list, but if you have any ideas, bug-reports or suggestions, feel free to use the issues section to communicate with me.
0 commit comments