# 2D Path Follow Play Demo Demonstrates: - Curve2D with bezier control points - Path2D / PathFollow2D for automatic motion along a curve - draw() callback for rendering the path and follower - Speed control via input actions Controls: Up / Down - Increase / decrease speed Escape - Quit Run: uv run python packages/graphics/examples/2d_path_follow.py ## Source Code ```{literalinclude} ../../packages/graphics/examples/2d_path_follow.py :language: python :linenos: ```