Classic Asteroid Game coded with SDL2 in C
TO COMPILE and RUN:
* GNU/LINUX: - Download or clone repository. - Type "bash build.sh" or "make" and "./asteroid" to run. * WINDOWS: - It can be compiled with Codeblocks + TDM-GCC + SDL2 Headers