# Squash the Creeps Godot's first 3D tutorial, jump on mobs, character controller. ```{raw} html ▶ Run in browser

Upstream: https://github.com/godotengine/godot-demo-projects/tree/master/3d/squash_the_creeps

``` **Tags:** `port` `tier-0` Run desktop: uv run python ported_games/squash_the_creeps/simvx_port/main.py Web export: uv run simvx export web ported_games/squash_the_creeps/simvx_port/main.py -o ported_games/squash_the_creeps/simvx_port/web/index.html Controls: WASD / arrows Move on the ground plane Space Jump (and bounce when landing on a creep) R / Enter Restart after game over Esc Quit ## Source ```{literalinclude} ../../examples/ports/squash_the_creeps/main.py :language: python :linenos: ```