diff --git a/.gitattributes b/.gitattributes index cd7b13f..a809235 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ * text=auto eol=lf *.bin binary +*.gif binary *.png binary *.jpg binary diff --git a/README.md b/README.md index 6d99475..5153818 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ line. Evaluation is PeSTO - tapered mid/endgame piece-square tables kept as an incremental accumulator on the board. See [docs/design.md](docs/design.md) for the full feature list and backlog. +![pychess playing itself](docs/self-play.gif) + +*Self-play at 5 s/move - every move a real search, no opening book.* + ## Estimated Engine Strength Around **1800–2000 Elo** at blitz, most likely ~1900. This is a feature-based diff --git a/docs/self-play.gif b/docs/self-play.gif new file mode 100644 index 0000000..b937dee Binary files /dev/null and b/docs/self-play.gif differ