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/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