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: 4 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-08T12:04:22.000Z (about 1 year ago)
- Last Synced: 2024-04-09T07:50:34.216Z (about 1 year ago)
- Topics: catch2, cmake, flecs, raylib, raylib-cpp
- Language: CMake
- Homepage:
- Size: 605 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- 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).