codedex-io / projects

Codédex Projects 📝
https://www.codedex.io/projects
MIT License
69 stars 45 forks source link

update main.py #162

Closed copycode69 closed 1 month ago

copycode69 commented 1 month ago

Typo in Ball Bottom Boundary Condition:

Bug: The variable ball_rect.heigh is used instead of ball_rect.height. Fix: Change heigh to height to properly check the ball's bottom boundary.