# Pixel Runner Clear Code's Pygame intro, endless runner, sprite + input + collision. ```{raw} html 📄 Docs only

Upstream: https://github.com/clear-code-projects/UltimatePygameIntro

``` **Tags:** `port` `tier-0` # Pixel Runner: SimVX Port Faithful port of Clear Code''s [Ultimate Pygame Intro](https://github.com/clear-code-projects/UltimatePygameIntro) endless runner to SimVX. ## Run ```bash uv run python ported_games/ultimate_pygame_intro/simvx_port/main.py ``` ## Controls | Key | Action | |----------------|---------------------------------| | `SPACE` / `↑` / `W` | Jump | | `SPACE` / `Enter` | Start / restart after death | | Left mouse button | Start / restart | | `Esc` | Quit | ## Web export ```bash uv run simvx export web ported_games/ultimate_pygame_intro/simvx_port/main.py \ -o ported_games/ultimate_pygame_intro/simvx_port/web/index.html ``` ## Asset license All graphics, fonts, and audio in `assets/` are CC0 (Clear Code project). ## Source ```{literalinclude} ../../examples/ports/ultimate_pygame_intro/main.py :language: python :linenos: ```