Comment on Strongest chess player, everComments−meowface12yI'm rather surprised at how relatively simple and small the codebase is: https://github.com/mcostalba/Stockfish/tree/master/src−QuantumChaos12yEspecially interesting to see everything hardcoded into C++. Quite different from most modern codebases that use a mix of languages, configuration files, etc.
Comments
I'm rather surprised at how relatively simple and small the codebase is: https://github.com/mcostalba/Stockfish/tree/master/src
Especially interesting to see everything hardcoded into C++. Quite different from most modern codebases that use a mix of languages, configuration files, etc.