An open API service indexing awesome lists of open source software.

https://github.com/hazeliscoding/opengl-arkanoid

Arkanoid/Breakout clone made with OpenGL to learn the API better.
https://github.com/hazeliscoding/opengl-arkanoid

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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:

```bash
git submodule update --init --recursive
```

3. From there, you must build the solution with CMake.

**Note:** Adjust `AssetsLoader::OFFSET` if needed.