tomsik68 / sdlinvaders

Simple SDL2 space invaders for fun

Repository from Github https://github.comtomsik68/sdlinvadersRepository from Github https://github.comtomsik68/sdlinvaders

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.

About

Simple SDL2 space invaders for fun

License:MIT License


Languages

Language:C 96.8%Language:Makefile 1.8%Language:C++ 1.4%