This project started as a sample game to learn SDL2, then it evolved into a 2D Game Engine.
CMake Generate:
cmake -D CMAKE_BUILD_TYPE=build -D CMAKE_EXPORT_COMPILE_COMMANDS=ON -S . -B build
CMake Build:
cmake --build build
Player Sprite: https://campalans.itch.io/mag