Skip to content

Desktop app that help you learn chess openings and openings variations

License

Notifications You must be signed in to change notification settings

TheSmartMonkey/chessopening

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Opening

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 :)

"Buy Me A Coffee"

APP IMAGE

follow me on lichess : LICHESS

Getting started

  1. Go to DOWNLOAD

  2. Download the zip

  3. unzip

  4. Double click on the Setup.exe

Why this app ?

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

How to use it ?

  1. Go to https://lichess.org/analysis or https://www.chess.com/analysis and play some moves you want to learn

  2. Copy the PGN at the buttom of the page

  3. Create new opening in the chess opening app

  4. By clicking on the links in the folders you can load your openings

  5. You can then train you favorite openings trying to do the good moves

You can learn with training and puzzles

For Developers

Go to the app folder everthing is documented there

How it works ?

  • 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