项目作者: dhustkoder

项目描述 :
OpenGL Object Oriented Arkanoid in C++
高级语言: C++
项目地址: git://github.com/dhustkoder/arkanoop.git
创建时间: 2016-12-28T19:52:00Z
项目社区:https://github.com/dhustkoder/arkanoop

开源协议:

下载


Credits

Programming

Sprites

Cloning

Use —recursive flag when cloning the repo to download the externals libraries

$ git clone —recursive https://github.com/dhustkoder/arkanoid-oop

Compiling

Linux

Use CMake to compile everything on linux

$ mkdir build && cd build && cmake .. && make

Windows

Use the Visual Studio solution in the vs directory