Skip to content

jhomme/4462-chess-problems

 
 

Repository files navigation

4462 Chess Problems

In 1994, famed chess teacher László Polgár published Chess: 5,334 Problems, Combinations, and Games.

Of these, 4,462 are checkmate problems. You can play through them here.

If you'd like to use these problems for your own project, simply download problems.json. Enjoy!

To run this locally, run the below and then open index.html in your browser.

npm install
npm run start

Possible Errors in Book

  • Problem 1071 seems to be mate-in-one (Nc7). I've re-labeled it from mate-in-two to mate-in-one.
  • Problem 4362 seems to be mate-in-two (Qf1, Kxg4, Qf5). I've re-labeled it from mate-in-three to mate-in-two.

Acknowledgments

Special thanks to Chris Oakman for his exquisitely documented 2013 chessboard.js and to Jeff Hlywa for chess.js.

Special thanks as well to Christian Kuhn, from whose website I procured polgar.pgn (http://www.qno.de/schach/polgar.zip).

And finally, much thanks to the authors of Stockfish and python-chess.

About

Porting Laszlo Polgar's work to web.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.9%
  • Pug 3.7%
  • CSS 2.4%
  • Python 0.9%
  • HTML 0.7%
  • Batchfile 0.2%
  • Shell 0.2%