chess-tactics is a Python library (based on python-chess)
to work with common chess tactics.
Included:
- static exchange evaluation functions,
- detection of tactical patterns on the board,
- classification of common tactical mistakes, such as hanging a piece or missing a fork.
- License: MIT
To work on the repository, install pre-commit and run pre-commit install
to install the hooks.