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.
- Host: GitHub
- URL: https://github.com/hazeliscoding/opengl-arkanoid
- Owner: hazeliscoding
- Created: 2020-09-10T06:21:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-09-25T22:25:03.000Z (over 5 years ago)
- Last Synced: 2025-03-15T06:52:13.279Z (12 months ago)
- Language: C++
- Homepage:
- Size: 2.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.