move with arrow keys and see the collision detection
*I made this while on my break from scratch* aabb collisions is a collision detection algorithm used for programs like physics simulations, games, and probably more. I heard that it involves comparing the sides of squares and rectangles in order to detect a collision detection. I hard coded through this and wrote atrocious code, but I got it working in the end.