Skip to content

A Lunar Lander clone created in order to practice game programming in C++ with the SDL library.

Notifications You must be signed in to change notification settings

jackrwoods/lunar_lander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lunar_lander

-- A Lunar Lander clone created in order to practice game programming in C++ with the SDL library.

My goal for this project is to gain a working understanding of the SDL library in a week or less. I'll be referencing Lazy Foo's tutorial (located at http://lazyfoo.net).

Project Folder Setup:

bin - Output executables
build - Object files. Is removed during a "make clean" operation.
doc - Any notes
include - Project header files
lib - Any libraries that are compiled by the project
spike - For smaller, placeholder classes and files
src - Application source files
test - All test code files

About

A Lunar Lander clone created in order to practice game programming in C++ with the SDL library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published