rodneylab / arkanoid-clone

Arkanoid clone built in C++ with Raylib and flecs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Usage

Requires CMake and a C++ compiler.

Clone the repo then run:

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

Issues

Feel free to jump into the Rodney Lab matrix chat room.

About

Arkanoid clone built in C++ with Raylib and flecs

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:CMake 38.0%Language:C++ 34.6%Language:Python 24.0%Language:C 3.4%