Skip to content

ceccocats/SpaceShooter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpaceShooter

Just a simple game of a geometric based space shooter.

Dependencies:

allegro5 game library

Compile and run:

Linux:

mkdir build ; cd build
cmake ..
make
./Shooter

Check releases for compiled Windows game.