Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 505 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 505 Bytes

Space shooter

An asteroids game made using the Allegro library.

Depends on

Allegro 5 [version 5.1]

Setup on OS X

brew tap homebrew/versions
brew install allegro5 --HEAD
cd /path/to/space_shooter
cmake .
make
./space_shooter

Setup on other plataforms

You probably will need to compile Allegro by yourself. Instructions here