An asteroids game made using the Allegro library.
Allegro 5 [version 5.1]
brew tap homebrew/versions
brew install allegro5 --HEAD
cd /path/to/space_shooter
cmake .
make
./space_shooter
You probably will need to compile Allegro by yourself. Instructions here