Scaffolding Code

Obeying to the rules I have to release my scaffolding code that I will use in the compo.

So here you can download the XCode project with all the scaffolding code that I will use. If you want to compile it, make sure you have SDL, SDL_image, SDL_ttf and SDL_mixer installed in your /Library/Frameworks folder. Also make sure to undo the music loading in the constructor of the class, because I did not want to add the 8MB test music file to save bandwith.

Other than that this is just plain simple C++ scaffolding code with a basic game loop, simple image loading helper functions, initialized everything basic to directly begin with the main game. Took me 3 hours to build up and it’s free to use for whatever reason you have.