/sdlinvaders

Simple SDL2 space invaders for fun

Primary LanguageCMIT LicenseMIT

sdlinvaders

SDL2 space invaders for fun

Assets

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/

Requirements

  • SDL2
  • SDL2_image (for loading PNG)
  • SDL2_ttf (for loading font)
  • SDL2_mixer (for playing WAV)

Building

make

Running

./main

License

This project is under MIT license. See LICENSE for more information.