public
Description: Variation of space shooter game written in C++ with SDL lib.
Homepage: http://daeltar.github.com/arcade_raptor
Clone URL: git://github.com/daeltar/arcade_raptor.git
README
Arcade Raptor is variation of space shooter game written in C++ with SDL lib.

Use arrow keys and space for fire.

Build instructions
==================

For OS X:
  make Raptor.app

and it should build agains bundled compiled SDL, SDL_image and SDL_ttl

For Linux:
  make OSTYPE=linux

and it should compile(if you have libsdl and friends), run by ./raptor as long is data subdirectory in place

For other platforms:
try yourself, write me about it

Documentation can be build by:
  make apidoc