/SpaceInvaders

Simple custom space invader game made in C++ with Allegro library. This project was made for a university exam.

Primary LanguageC++

SpaceInvaders

This game was written in C++ using the Allegro library and it requires it in order to work. The source code was created using a UNIX machine, in fact there is also a Makefile to built the game using the UNIX terminal. In the doc folder you can find a full documentation of the entire source code of the game. I used doxygen to do it.