LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
docs/MOUSE_INPUT_GUIDE.md
docs/PHYSICS_CONTROLS_GUIDE.md
docs/README.md
docs/SPRITE_SYSTEM_UPGRADE.md
examples/__init__.py
examples/basic_example.py
examples/enhanced_mouse_example.py
examples/main.py
examples/mouse_example.py
examples/scripts/player.py
pyg_engine.egg-info/PKG-INFO
pyg_engine.egg-info/SOURCES.txt
pyg_engine.egg-info/dependency_links.txt
pyg_engine.egg-info/entry_points.txt
pyg_engine.egg-info/requires.txt
pyg_engine.egg-info/top_level.txt
src/__init__.py
src/camera.py
src/cli.py
src/collider.py
src/collision_detector.py
src/colors.py
src/component.py
src/engine.py
src/gameobject.py
src/material.py
src/mouse_input.py
src/object_types.py
src/physics_system.py
src/pymunk_collider.py
src/pymunk_physics_system.py
src/pymunk_rigidbody.py
src/rigidbody.py
src/script.py
src/scriptrunner.py
tests/README.md
tests/test_basic_imports.py
tests/test_comprehensive_rotation.py
tests/test_mouse_system.py
tests/test_rectangle_rotation.py
tests/test_rigidbody.py
tests/test_rotation_direction.py
tests/test_rotation_fix.py
tests/test_rotation_system.py
tests/test_sprite_system.py
tests/test_world_movement.py