OpenGL Object Oriented Arkanoid in C++
Use —recursive flag when cloning the repo to download the externals libraries
$ git clone —recursive https://github.com/dhustkoder/arkanoid-oop
Use CMake to compile everything on linux
$ mkdir build && cd build && cmake .. && make
Use the Visual Studio solution in the vs directory