Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ankith26 authored May 21, 2020
1 parent db2e9de commit a90b29c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Basic changelog for My-PyChess.
- The code was revamped, fixing minor bugs and MAJOR PERFORMANCE IMPROVEMENTS.
- 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.
- Code is now more easy to understand with code comments throughout the code.
- EnPassant was be added (finally).
- EnPassant was added (finally).
- Undo moves option was added.
- UI for loadGame menu was revamped, UI for preference menu was simplified.
- Screen flip was be added (so that both players get to play from their perspective).
- Screen flip was added (so that both players get to play from their perspective).
- Save/load games with a new way of storing gamedata.
- Online play was be added. This features a ONLINE LOBBY and support upto 10 people to play chess(read more in ref/online.txt)
- Online play was added. This features a ONLINE LOBBY and support upto 10 people to play chess(read more in ref/online.txt)
- Singleplayer saw BIG UPGRADES: A Good Menu, ability to play with a decent PYTHON CHESS ENGINE.
- 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.

Expand Down

0 comments on commit a90b29c

Please sign in to comment.