.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/workflows/release.yml
docs/Game.md
docs/GameObject.md
docs/Gemfile
docs/_config.yml
docs/index.md
docs/installation.md
docs/navigation.md
docs/quickstart.md
docs/_layouts/default.html
examples/LICENSE
examples/basic_usage.py
pygame_topdownengine.egg-info/PKG-INFO
pygame_topdownengine.egg-info/SOURCES.txt
pygame_topdownengine.egg-info/dependency_links.txt
pygame_topdownengine.egg-info/requires.txt
pygame_topdownengine.egg-info/top_level.txt
tests/conftest.py
tests/test_math.py
tests/test_physics.py
topdownengine/__init__.py
topdownengine/asset_paths.py
topdownengine/camera.py
topdownengine/controls.py
topdownengine/env_object.py
topdownengine/game.py
topdownengine/game_object.py
topdownengine/math.py
topdownengine/py.typed
topdownengine/visual_utils.py
topdownengine/assets/example-player/idle.png
topdownengine/assets/example-player/walk.png
topdownengine/assets/shadows/16x8.png
topdownengine/assets/shadows/32x16.png
topdownengine/assets/shadows/8x4.png
topdownengine/mobile_object/__init__.py
topdownengine/mobile_object/controller.py