Skip to content

luketower/pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pong with C and SDL2

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.

Setup

  • Install SDL2. I used the directions in this post.

Build

make run    # compiles and runs the game
make build  # compiles the game to ./pong executable
make clean  # removes executable and debug symbols

About

Building Pong with C and SDL2 on Mac OSX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published