Bouncing Square is a Raylib application built with C++ that displays a screensaver of bouncing squares on the screen.
Press 'b' to get out of full screen mode Press 'ENTER" to begin closing phase Press 'ESC' to hard-close the program instantly
Note: You must prepare the librarylib.a file from Raylib's official GitHub repository and place it inside of the lib/ directory for this project to compile. Find the link here.
- Clone the Repository
git clone https://github.com/grivera64/Bouncing-Square
- cd into the bin directory
cd Bouncing-Square/bin- Run the make command
makeNote, if you're using Windows, you may need to use
mingw32-makeinstead
- Now you have your main.exe file!
