# Asteroids 2D Classic arcade game with wrap-around physics. ```{raw} html ▶ Run in browser ``` **Tags:** `game` `collision` `wrap` `shooting` _(No additional documentation. See source below.)_ ## Source ```{literalinclude} ../../examples/demos/asteroids2d.py :language: python :linenos: ```