- Chess programming wiki
- Open source code: Stockfish - excellent, Ethereal
- Book - How Computers Play Chess (1991) - David Levy
- Book - Computer Chess Compendium (1988) - David Levy
- TSCP Chess
- Gamedev chess articles: 1. Intro, 2. Data structures, 3. Move gen, 4. Eval functions, 5. Adv. search
- Chess Engine Communication Protocol
- Computer chess programming theory
- Chess Tree Search
- Bruce Moreland - Chess programming topics
- MTD(f) algorithm