CrappyPlaneGameC
- July 14, 2024
- luk32377
So, what is it we have here. Some images and a .c file. What to do with them? Well that depends on your operating system and how willing you are to play such a crappy game . sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev gcc Main.c -o Hello -lSDL2 -lSDL2_image -lSDL2_ttf -lm ./Hello The above will download the necessary libraries, the second command will compile the code to a…