Skip to content

grivera64/Bouncing-Square

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bouncing-Square

Example Run

Bouncing Square is a Raylib application built with C++ that displays a screensaver of bouncing squares on the screen.

Features

Press 'b' to get out of full screen mode Press 'ENTER" to begin closing phase Press 'ESC' to hard-close the program instantly

How to run

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.

  1. Clone the Repository
git clone https://github.com/grivera64/Bouncing-Square
  1. cd into the bin directory
cd Bouncing-Square/bin
  1. Run the make command
make

Note, if you're using Windows, you may need to use mingw32-make instead

  1. Now you have your main.exe file!

Contributers

grivera64

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors