Game Dev Blog 04: Collision Detection Cont.
01/09/2024
Solution!💾
I created a transform matrix that updates the (x,y) position of the character no matter where it moves on the screen ✅
As the red box updates so does the green box. I then use the green box to do the collision detection. See the video below:
To do:
create collision areas for interacting with piano and art wall🔲
Refactor code🔲







