# Space Invaders 2D Rows of enemies, bullets, and wave progression. ```{raw} html ▶ Run in browser ``` **Tags:** `game` `collision` `waves` `shooting` _(No additional documentation. See source below.)_ ## Source ```{literalinclude} ../../examples/demos/spaceinvaders2d.py :language: python :linenos: ```