Chess
TypeScript chess library and engine
Install / Use
/learn @k-tten/ChessREADME
chess
chess
resources used
-
https://www.chessprogramming.org
-
https://www.wbec-ridderkerk.nl/html/UCIProtocol.html
-
https://github.com/SebLague/Chess-AI
-
https://www.youtube.com/watch?v=DpXy041BIlA
-
https://www.youtube.com/watch?v=U4ogK0MIzqk
-
https://www.youtube.com/watch?v=_vqlIPDR2TU
-
https://graphics.stanford.edu/~seander/bithacks.html
-
https://essays.jwatzman.org/essays/chess-move-generation-with-magic-bitboards.html
-
https://github.com/goutham/magic-bits/blob/master/include/magic_bits.hpp
-
https://github.com/official-stockfish/Stockfish/blob/master/src/bitboard.cpp
-
https://joeyrobert.org/2016/01/06/optimizing-move-generation/
-
https://chess.stackexchange.com/questions/29407/chess-engine-faster-move-generation
-
https://en.wikipedia.org/wiki/Portable_Game_Notation
-
https://www.chess.com/terms/chess-pgn
-
https://www.chess.com/terms/fen-chess
-
https://github.com/lichess-org/lila
-
https://en.wikipedia.org/wiki/Algebraic_notation_(chess)
