Skip to content

mbrt/chess-analysis

Repository files navigation

Chess analysis

This is the code accompanying my blog post Engineering a chess match against my brother. It doesn't include the data I used, but you can easily download it for any player on chess.com by using download-games.py.

Note: The code is pretty messed up and undocumented, as it was just a quick experiment for myself.

Contents:

  • download-games.py: Download all games of a player from chess.com (Python).
  • analysis1.ipynb: Initial experiments and positions evaluation with Stockfish (Jupyter notebook).
  • analysis2.ipynb: Graph analysis of the positions given the precomputed evaluation (Jupyter notebook).
  • blog-post.ipynb: Notebook I used to create images for the blog post.

About

Code for the "Engineering a chess match against my brother" post

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published