/opengl-arkanoid

Arkanoid/Breakout clone made with OpenGL to learn the API better.

Primary LanguageC++

Arkanoid

A 2D Arkanoid style game made following the tutorial on www.learnopengl.com, using more modern C++ practices and design patterns.

Building and Running

  1. Clone or fork this repo
  2. Once you have it locally, update the submodules:
git submodule update --init --recursive
  1. From there, you must build the solution with CMake.

Note: Adjust AssetsLoader::OFFSET if needed.