Cargo.lock
Cargo.toml
LICENSE.md
MANIFEST.in
README.md
pyproject.toml
setup.py
spooky_go.pyi
src/bitboard.rs
src/board.rs
src/dispatch.rs
src/encode.rs
src/game.rs
src/lib.rs
src/limits.rs
src/move.rs
src/outcome.rs
src/player.rs
src/position.rs
src/bin/profile.rs
src/gtp/client.rs
src/gtp/engine.rs
src/gtp/error.rs
src/gtp/mod.rs
src/gtp/protocol.rs
src/gtp/test.rs
src/gtp/vertex.rs
src/python/dispatch.rs
src/python/mod.rs
src/python/py_board.rs
src/python/py_game.rs
src/python/py_game_outcome.rs
src/python/py_gtp.rs
src/python/py_move.rs
src/python/symmetry.rs
src/spooky_go.egg-info/PKG-INFO
src/spooky_go.egg-info/SOURCES.txt
src/spooky_go.egg-info/dependency_links.txt
src/spooky_go.egg-info/not-zip-safe
src/spooky_go.egg-info/top_level.txt
tests/test_board.py
tests/test_encode.py
tests/test_game.py
tests/test_gtp.py
tests/test_move.py
tests/test_outcome.py