LICENSE
MANIFEST.in
pyproject.toml
readme.md
docs/source/conf.py
draughts/__init__.py
draughts/benchmark.py
draughts/models.py
draughts/move.py
draughts/py.typed
draughts/svg.py
draughts/utils.py
draughts/boards/__init__.py
draughts/boards/american.py
draughts/boards/base.py
draughts/boards/frisian.py
draughts/boards/russian.py
draughts/boards/standard.py
draughts/engines/__init__.py
draughts/engines/alpha_beta.py
draughts/engines/engine.py
draughts/engines/hub.py
draughts/server/__init__.py
draughts/server/server.py
draughts/server/static/css/style.css
draughts/server/static/js/script.js
draughts/server/templates/base.html
draughts/server/templates/index.html
examples/alphabeta_vs_scan.py
examples/sample.py
py_draughts.egg-info/PKG-INFO
py_draughts.egg-info/SOURCES.txt
py_draughts.egg-info/dependency_links.txt
py_draughts.egg-info/requires.txt
py_draughts.egg-info/top_level.txt
test/_test_helpers.py
test/test_american_board.py
test/test_benchmark.py
test/test_board.py
test/test_board_invariants.py
test/test_engine.py
test/test_frisian_board.py
test/test_hub.py
test/test_move.py
test/test_pdn.py
test/test_russian_board.py
test/test_server.py
test/test_standard_board.py
tools/compare_pydraughts.py
tools/compare_versions.py
tools/create_snapshot.py
tools/depth_benchmark.py
tools/generate_benchmark_charts.py
tools/get_games_from_lidraughts.py
tools/get_pdns_from_lidraughts.py
tools/profile_engine_detailed.py
tools/profile_legal_moves.py
tools/workers/__init__.py
tools/workers/benchmark_legal_moves.py
tools/workers/engine_worker.py
tools/workers/get_engine_move.py