dorkhub

4462-chess-problems

Porting Laszlo Polgar's work to web.

denialromeo
JavaScript5224 forksupdated 7 months ago
git clone https://github.com/denialromeo/4462-chess-problems.gitdenialromeo/4462-chess-problems

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 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 1325 seems to have two light-square white bishops. This error isn't present in the 1994 edition.
  • Problem 4362 seems to be mate-in-two. 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.

more like this

cc65-Chess

Portable chess game in C. Commodore 64, Apple 2, Atari, Oric, Commander X16, curses terminal, etc.

C50

search

search projects, people, and tags