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

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

Awesome Lists containing this project

README

        

Rodney Lab Arkanoid clone Git Hub banner



Rodney Lab logo



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).