/dodger-c

IAP 2016 6.179 Project - 2D Dodger game in C using SDL2

Primary LanguageC

dodger-c

Requirements

Install SDL2, SDL2_image, and SDL2_ttf using homebrew:

brew install sdl2

brew install sdl2_image

brew install sdl2_ttf

Run game

To run the game, first build by running:

make dodger

Then run:

./dodger