This is an old revision of the document!
Table of Contents
Chess - Programming - Links
Alpha Beta Pruning
BitBoards
Book Moves
C++
C++ - ifstream
C++ - Std Forward
C++ - Threads
https://github.com/bshoshany/thread-pool
https://github.com/Fdhvdu/ThreadPool/tree/master/comparison
https://github.com/bilash/threadpool/blob/master/ThreadPool.cpp
https://github.com/bilash/threadpool
https://webdevdesigner.com/q/thread-pooling-in-c-11-76929/
https://codereview.stackexchange.com/questions/221617/thread-pool-c-implementation
https://wiki.sharewiz.net/doku.php?id=c:c_threads:mutex
https://mfreiholz.de/posts/make-a-class-thread-safe-cpp/
End Games
Engine
http://computer-chess.org/doku.php?id=computer_chess:wiki:lists:chess_engine_list&
https://towardsdatascience.com/implementing-a-chess-engine-from-scratch-be38cbdae91
https://en.chessbase.com/post/the-future-is-here-alphazero-learns-chess
https://codereview.stackexchange.com/questions/175946/chess-engine-in-c?rq=1
https://www.lkessler.com/brutefor.shtml#bf6
Evaluation
https://hxim.github.io/Stockfish-Evaluation-Guide/
https://www.chess.com/article/view/how-to-calculate-chess
https://www.chess.com/forum/view/general/how-does-the-analysis-engine-score-a-position
https://stackoverflow.com/questions/297577/is-there-a-perfect-algorithm-for-chess
Logging
Minmax
Openings
https://en.m.wikipedia.org/wiki/Encyclopaedia_of_Chess_Openings
https://en.m.wikipedia.org/wiki/List_of_chess_openings
Moves
https://codereview.stackexchange.com/questions/53875/generating-possible-chess-moves?rq=1
https://codereview.stackexchange.com/questions/213606/chess-move-validator?rq=1
PGN
Polyglot
http://rebel13.nl/download/books.html
https://catwolf.org/qs?id=d9d66184-e61f-4889-8573-fcc15dcec76b&x=x
https://www.chess2u.com/t12460-polyglot-tolerant-a-new-tool-to-create-bin-books
https://github.com/dsjoerg/polyglot_elo/blob/master/src/piece.cpp
https://github.com/ulthiel/polyglot
http://hgm.nubati.net/book_format.html
https://chess.stackexchange.com/questions/28874/how-to-use-polyglot-opening-book-bin-file?rq=1