A small game of a penguin vs aliens. The goal of this development is to get use to SDL2.
make run
To install on macOS the SDL2 library, install first Homebrew and run:
brew install sdl2
brew install sdl2_image
brew install sdl2_mixer
brew install sdl2_ttf
brew install sdl2_net
To understant all the flags in the makefile
, read this article.