Fork me on GitHub

arcade_raptor by daeltar

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

Shoot as much enemies as you can before they shoot you.

Dependencies

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)

Download

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

Build & Install

  1. make OSTYPE=linux or make Raptor.app on OS X
  2. run ./raptor or on OS X doubleclick Raptor.app

License

MIT

Author and Contact

daeltar (daeltar@gmail.com)