# Space Invaders 3D Classic arcade game with 3D meshes. ```{raw} html ▶ Run in browser ``` **Tags:** `game` `3d` `collision` `waves` Same gameplay as the 2D version, rendered with the 3D pipeline. Controls: A/D or Left/Right - Move Space - Fire Enter - Start / Restart ## Source ```{literalinclude} ../../examples/demos/spaceinvaders3d.py :language: python :linenos: ```