Warmup 30 by Lasty

[raw]
made by Lasty for LD30 Warm-Up (-)
Just a silly little game to test my code with.
Move an ship around and collect coins.. not very exciting.

I'm going to be using this as base code for the compo, so feel free to look at the source and use it yourself if you so desire.

It is just some C++ wrappers around the SDL2 Renderer, plus some TTF Font rendering through Freetype library. Image and Sound via SDL_Image and SDL_Mixer.