Skip to content

claudiosegala/penguin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A small game of a penguin vs aliens. The goal of this development is to get use to SDL2.

Running

make run

Install SDL2 on MacOS

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

Makefile

To understant all the flags in the makefile, read this article.