Skip to content

MandoRick/Arduino-Collision-Detection-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collision_check

This is a simple Arduino library that detects collisions between multiple objects. Useful when you start creating simple games in Arduino.

How it works: You pass the x coordinate, y coordinate, width, and height for two objects. The library returns a true if they are colliding and false if they are not. You can call multiple objects if you want to detect collision between more than two objects. Lirary can also detect collisions for round objects. Examples included.

To install, simply download and extract into your library folder for Arduino. You can then find collision_check under examples.

https://github.com/MandoRick/Arduino-Collision-Detection-Library/blob/main/assets/images/example.png

About

Arduino Collision Detection Library for graphical elements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages