Skip to content

luketower/running_man

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running Man

Practicing sprite rendering with C and SDL2 on OSX 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 ./a.out executable
make clean  # removes executable and debug symbols

About

Practicing sprite rendering with C and SDL2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published