-- 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).
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