A 2D Arkanoid style game made following the tutorial on www.learnopengl.com, using more modern C++ practices and design patterns.
- Clone or fork this repo
- Once you have it locally, update the submodules:
git submodule update --init --recursive
- From there, you must build the solution with CMake.
Note: Adjust AssetsLoader::OFFSET
if needed.