Library for LD14

This is the library I made myself for my first LD. It’s very basic, just a simple menu shell around a stubbed out class that could be turned into a game. It also has an asset loader to make it really easy to add fonts, images, sounds and music to your game and reference them. Finally, it wraps the setup and shutdown of SDL, SDL_ttf, and SDL_mixer. It has a sample game (not really a game at all) that I made to test the library.

Thanks to doches for hosting this for me.

GameLibrary