https://github.com/rodneylab/arkanoid-clone
Arkanoid clone built in C++ with Raylib and flecs
https://github.com/rodneylab/arkanoid-clone
catch2 cmake flecs raylib raylib-cpp
Last synced: 7 months ago
JSON representation
Arkanoid clone built in C++ with Raylib and flecs
- Host: GitHub
- URL: https://github.com/rodneylab/arkanoid-clone
- Owner: rodneylab
- License: bsd-3-clause
- Created: 2023-12-11T05:20:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-28T07:53:29.000Z (8 months ago)
- Last Synced: 2025-07-28T09:34:50.492Z (8 months ago)
- Topics: catch2, cmake, flecs, raylib, raylib-cpp
- Language: C++
- Homepage:
- Size: 1.81 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README

Arkanoid Clone
# arkanoid-clone
Arkanoid clone built in C++ with Raylib and flecs. Originally based on an SFML
[Vittorio Romeo tutorial](https://www.youtube.com/watch?v=_4K3tsKa1Uc).
## Usage
Requires [CMake](https://cmake.org/getting-started/) and a C++ compiler.
Clone the repo then run:
```shell
cmake . -B build
cmake --build build
./build/bin/Arkanoid
```
In game, use the left and right arrow keys to move the paddle at the bottom of
the screen.
## Documentation
- [Source Documentation](https://rodneylab.github.io/arkanoid-clone/)
## Issues
Feel free to jump into the
[Rodney Lab matrix chat room](https://matrix.to/#/%23rodney:matrix.org).