Simple 2d game engine I'm using to develop Ludum Dare games
Requires following components to run: SDL2: http://www.libsdl.org/ SDL2_mixer: http://www.libsdl.org/projects/SDL_mixer/ SDL2_image: https://www.libsdl.org/projects/SDL_image/ SDL2_ttf: https://www.libsdl.org/projects/SDL_ttf/
Download them, create folder "SDL2" in /engine directory, and put the content of downloaded archives into it. The final structure should contain /engine/SDL2/include and /engine/SDL2/lib
Basilisk sprite taken from: http://pousse.rapiere.free.fr/tome/ Dust sprite taken from: http://spritefx.blogspot.com/2013/04/sprite-dust.html
/* Author: Vladimir Slav
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */