A small space game made in C with the SDL2 Library. I've made some secret projects in the past in C. But this is the one, or one of the ones, that I'll leave uploaded to Github.
- A Linux-running machine
- GNU C Compiler
- SDL2 Library
First one must have the the GNU C Compiler installed in its machine.
sudo apt install gccAfter that, install the SDL2 Library.
sudo apt-get install libsdl2-devAnd SDL2 Image, for some reason they are separated.
sudo apt-get install libsdl2-image-devSimply run the make command on the root directory.
make