Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 341 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 341 Bytes

R-dash

R-dash is a game inspired by Geometry Dash, built using the B-luga ECS. For more details about B-luga ECS, visit the GitHub repository: B-luga ECS.

Building R-dash

Generate the build system using CMake:

cmake -S . -B build
cmake --build build