Building pong with C and SDL2 on OSX. Some of the code is translated from Games with Go (Video). Using this 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 ./pong executable
make clean # removes executable and debug symbols