Skip to content

Improve Collision Detection Accuracy #109

@MiguelAntonioRS

Description

@MiguelAntonioRS

The collision detection between the player and enemies might not be pixel-perfect or could be too sensitive.

Suggestion:

Review and improve the collision logic using Pygame's built-in methods (e.g., pygame.sprite.collide_rect or mask-based collisions).
Fix any false positives/negatives in hit detection.
Optimize performance if needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions