Warmup 30 by Lasty
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.
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.
| Windows (64Bit) | https://github.com/lasty/ld_warmup30/releases/download/1/Win64.zip |
| Source (GitHub) | https://github.com/lasty/ld_warmup30 |
| Original URL | https://ludumdare.com/compo/ludum-dare-30-warmup/?action=preview&uid=14800 |