# Dodge the Creeps Godot's first 2D tutorial, wandering mobs, top-down dodge. ```{raw} html ▶ Run in browser
Upstream: https://github.com/godotengine/godot-demo-projects/tree/master/2d/dodge_the_creeps
``` **Tags:** `port` `tier-0` Usage: cd ported_games/dodge_the_creeps && uv run python simvx_port/main.py cd ported_games/dodge_the_creeps && uv run python simvx_port/main.py --test ## Source ```{literalinclude} ../../examples/ports/dodge_the_creeps/main.py :language: python :linenos: ```