Desktop app that help you learn chess openings and openings variations
If you like my app and want to support me, I'd appreciate a coffee :)
follow me on lichess : LICHESS
-
Go to DOWNLOAD
-
Download the zip
-
unzip
-
Double click on the Setup.exe
while trying to learn new chess openings I found it inconvenient to learn by writing down on a notebook the different variants of an opening that's why I decided to make a more playful application to learn them more easily
-
Go to https://lichess.org/analysis or https://www.chess.com/analysis and play some moves you want to learn
-
Copy the PGN at the buttom of the page
-
Create new opening in the chess opening app
-
By clicking on the links in the folders you can load your openings
-
You can then train you favorite openings trying to do the good moves
You can learn with training and puzzles
Go to the app folder everthing is documented there
-
The chessopening app is made with electron-quick-start this framework allow you to create desktop apps with web based languages
-
The chess board is made with the chessboardjs open source project
-
Chess moves are handled with the chess.js open source project that as been integrated with chessboard.js