.coveragerc
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.rst
LICENSE
README.rst
pyproject.toml
setup.cfg
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.devcontainer/local_build.sh
.github/pages/index.html
.github/workflows/code.yml
.github/workflows/docs.yml
.github/workflows/linkcheck.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
docs/conf.py
docs/explanations.rst
docs/how-to.rst
docs/index.rst
docs/reference.rst
docs/tutorials.rst
docs/_static/theme_overrides.css
docs/code/pagoda.py
docs/explain/coordinates.rst
docs/explain/mcipc.rst
docs/explain/server-config.rst
docs/how-to/backup.rst
docs/how-to/completion.rst
docs/how-to/coordinates.rst
docs/how-to/startup.rst
docs/how-to/troubleshooting.rst
docs/how-to/wsl2.rst
docs/images/compass.png
docs/images/compass.png:Zone.Identifier
docs/images/coords.excalidraw.png
docs/images/coords.excalidraw.png:Zone.Identifier
docs/images/golem.png
docs/images/launcher.png
docs/images/logo.png
docs/images/pagoda.png
docs/images/portal.png
docs/images/prompt.excalidraw.png
docs/images/pylance.png
docs/images/remote_ubuntu.excalidraw.png
docs/images/remote_wsl2.excalidraw.png
docs/images/server_address.png
docs/images/split_term.png
docs/images/terminals.png
docs/images/trust.png
docs/images/vscode_hello.excalidraw.png
docs/reference/contributing.rst
docs/reference/index.rst
docs/tutorials/00-prereq.rst
docs/tutorials/01-setup.rst
docs/tutorials/02-orientation.rst
docs/tutorials/03-variables.rst
docs/tutorials/04-loops.rst
docs/tutorials/05-functions.rst
docs/tutorials/05a-modules.rst
docs/tutorials/06-if-then.rst
docs/tutorials/07-lists.rst
docs/tutorials/08-dictionaries.rst
docs/tutorials/09-classes.rst
src/demo/background.py
src/demo/follow.py
src/demo/pagoda2.py
src/demo/shapes.py
src/mciwb/__init__.py
src/mciwb/__main__.py
src/mciwb/_version.py
src/mciwb/backup.py
src/mciwb/copier.py
src/mciwb/iwb.py
src/mciwb/monitor.py
src/mciwb/player.py
src/mciwb/server.py
src/mciwb/signs.py
src/mciwb/threads.py
src/mciwb.egg-info/PKG-INFO
src/mciwb.egg-info/SOURCES.txt
src/mciwb.egg-info/dependency_links.txt
src/mciwb.egg-info/entry_points.txt
src/mciwb.egg-info/requires.txt
src/mciwb.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/cube.py
tests/mockclient.py
tests/mockplayer.py
tests/test_system/__init__.py
tests/test_system/test_cli.py
tests/test_system/test_copy.py
tests/test_system/test_poly.py
tests/test_system/test_world.py
tests/test_unit/__init__.py
tests/test_unit/test_cli.py
tests/test_unit/test_copier.py
tests/test_unit/test_monitor.py
tests/test_unit/test_player.py