Building a chess engine
Rough notes on board representation, move generation, search, evaluation, and the path from legal moves to an engine that can play.
2 items tagged with algorithms.
Rough notes on board representation, move generation, search, evaluation, and the path from legal moves to an engine that can play.
Graphs are not just interview material. They are the shape hiding inside build systems, dependency trees, routing, parsers, and chess engines.