Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mbrt/chess-analysis
- Owner: mbrt
- License: mit
- Created: 2021-05-28T11:37:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T11:38:10.000Z (over 3 years ago)
- Last Synced: 2024-10-15T11:07:15.342Z (2 months ago)
- Language: HTML
- Size: 156 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.