A 2D bounce game built with raylib in C. This project is set up to run on macOS with Apple Silicon (ARM64).
Make sure you build raylib from source:
git clone https://github.com/raysan5/raylib
cd raylib
cd src
make
Copy librarylib.a raylib.h raymath.h files and paste them in the lib folder in the project's root.
Run make build_osx to run the game.