# Space Invaders 3D Space Invaders 3D — Classic arcade game with 3D meshes (Vulkan Backend). Same gameplay as the SDL3 version, rendered with Vulkan. Run: uv run python packages/graphics/examples/spaceinvaders3d.py Controls: A/D or Left/Right - Move Space - Fire Enter - Start / Restart ## Source Code ```{literalinclude} ../../packages/graphics/examples/game_spaceinvaders3d.py :language: python :linenos: ```