.env.example
.flake8
.gitattributes
.gitignore
.pre-commit-config.yaml
AGENTS.md
CITATION.cff
CONTRIBUTING.md
LICENSE
Makefile
README.md
moonfish.png
pyproject.toml
requirements.txt
uv.lock
.github/CODEOWNERS
.github/workflows/ci.yml
.github/workflows/release.yml
bin/build.sh
bin/syzygy.sh
lichess/README.md
lichess/config.yml
lichess/setup_macos.sh
moonfish/__init__.py
moonfish/config.py
moonfish/helper.py
moonfish/lib.py
moonfish/main.py
moonfish/move_ordering.py
moonfish/psqt.py
moonfish/py.typed
moonfish.egg-info/PKG-INFO
moonfish.egg-info/SOURCES.txt
moonfish.egg-info/dependency_links.txt
moonfish.egg-info/entry_points.txt
moonfish.egg-info/requires.txt
moonfish.egg-info/top_level.txt
moonfish/engines/alpha_beta.py
moonfish/engines/base_engine.py
moonfish/engines/l1p_alpha_beta.py
moonfish/engines/l2p_alpha_beta.py
moonfish/engines/lazy_smp.py
moonfish/engines/random.py
moonfish/mode/api.py
moonfish/mode/uci.py
opening_book/cerebellum.bin
tests/__init__.py
tests/test.py
tests/test_bratko_kopec.py