Practicing sprite rendering with C and SDL2 on OSX as a way to learn C programming and basic game development.
- Install SDL2. I used the directions in this post.
make run # compiles and runs the "game"
make build # compiles the game to ./a.out executable
make clean # removes executable and debug symbols