Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mbrt/chess-analysis

Code for the "Engineering a chess match against my brother" post
https://github.com/mbrt/chess-analysis

Last synced: 18 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Chess analysis

This is the code accompanying my blog post
[Engineering a chess match against my brother](https://blog.mbrt.dev/posts/chess-eng/).
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.