AABB Collisions Engine v1.0 This is my AABB Collision Engine! I am making a 100% PEN game. And I don't want simple cubey graphics so I tought let's find a way and yeah AABB is good! Full documentation is inside the project! Also here is an example of how you can use it: https://scratch.mit.edu/projects/827333715/ AABB is nothing complex it's just: other.left <= object.right other.right >= object.left other.top >= object.bottom other.bottom <= object.top Thanks to @codeGIO for telling me the name of this type of collision detection so I could research more. Engine: 211 Blocks (This project has 222) 3 Variables 2 Lists 4 Hours of Work