Variation of space shooter game written in C++ with SDL lib.

Shoot as much enemies as you can before they shoot you.
For OS X: bundled SDL
For Linux: libsdl, sdl_ttf, sdl_image (for Ubuntu: sudo aptitude install libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev)
Mac OS X: dmg
You can download source of this project in either zip or tar formats.
Browse source code online on: daeltar/arcade_raptor
You can also clone the project with Git by running:
$ git clone git://github.com/daeltar/arcade_raptor
MIT
daeltar (daeltar@gmail.com)