Skip to content

mlabeeb03/bounce-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raylib C Game

A 2D bounce game built with raylib in C. This project is set up to run on macOS with Apple Silicon (ARM64).


Installation

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.

Execution

Run make build_osx to run the game.

About

A simple 2D bounce game built with raylib in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published