LICENSE
README.md
pyproject.toml
polyclash/__init__.py
polyclash/cli.py
polyclash/py.typed
polyclash/server.py
polyclash.egg-info/PKG-INFO
polyclash.egg-info/SOURCES.txt
polyclash.egg-info/dependency_links.txt
polyclash.egg-info/entry_points.txt
polyclash.egg-info/requires.txt
polyclash.egg-info/top_level.txt
polyclash/ai/__init__.py
polyclash/ai/bridge.py
polyclash/ai/core/__init__.py
polyclash/ai/core/game.py
polyclash/ai/core/mcts.py
polyclash/ai/core/neural.py
polyclash/ai/core/utils.py
polyclash/ai/nn/__init__.py
polyclash/ai/nn/common.py
polyclash/ai/nn/graph_layers.py
polyclash/ai/nn/hrm.py
polyclash/ai/nn/layers.py
polyclash/ai/nn/model.py
polyclash/ai/nn/nnet.py
polyclash/ai/nn/transformer.py
polyclash/ai/polyclash/__init__.py
polyclash/ai/polyclash/game_adapter.py
polyclash/ai/polyclash/rules.py
polyclash/ai/polyclash/state.py
polyclash/ai/polyclash/topology.py
polyclash/data/__init__.py
polyclash/data/data.py
polyclash/game/__init__.py
polyclash/game/board.py
polyclash/game/record.py
polyclash/util/__init__.py
polyclash/util/api.py
polyclash/util/auth.py
polyclash/util/logging.py
polyclash/util/storage.py
polyclash/web/index.html
polyclash/web/lobby.html
polyclash/web/css/lobby.css
polyclash/web/css/style.css
polyclash/web/data/board.json
polyclash/web/js/board-renderer.js
polyclash/web/js/game-client.js
polyclash/web/js/i18n.js
polyclash/web/js/light-rules.js
polyclash/web/js/lobby.js
polyclash/web/js/main.js
polyclash/web/vendor/LICENSES.md
polyclash/web/vendor/OrbitControls.js
polyclash/web/vendor/socket.io.min.js
polyclash/web/vendor/three.min.js
tests/test_ai.py
tests/test_auth.py
tests/test_board.py
tests/test_board_persistence.py
tests/test_data.py
tests/test_integration.py
tests/test_server.py
tests/test_storage.py
tests/test_team.py