SDL2 space invaders for fun
This game doesn't come with assets. You need to get invader.png
from spritelib to play. Download spritelib here: https://www.widgetworx.com/spritelib/
- SDL2
- SDL2_image (for loading PNG)
- SDL2_ttf (for loading font)
- SDL2_mixer (for playing WAV)
make
./main
This project is under MIT license. See LICENSE for more information.