Space Invaders
Download
Space Invaders is an arcade space shooter built using C++ and OpenGL (GLSL).
Your objective is to kill the invaders before they get to you.
There are 2 modes:
Classic - Inspired by traditional Space Invaders. The Invaders move to the edge of the screen and when they hit the edge they reverse and move forward one space.
Random - The Invaders are spread out and move in an unpredictable manner however they are constantly slightly moving forward so kill them quickly!
These can both be played in third person and first person.