# Asteroids 3D Top-down arcade game with 3D objects. ```{raw} html ▶ Run in browser ``` **Tags:** `game` `3d` `collision` `shooting` Same gameplay as Asteroids 2D, rendered with the 3D pipeline. Controls: W/Up - Thrust A/D or Left/Right - Turn Space - Fire ## Source ```{literalinclude} ../../examples/demos/asteroids3d.py :language: python :linenos: ```