Skip to content

The remove_pipes function only removes the bottom pipe #9

@VedantSharma1

Description

@VedantSharma1

This can be fixed by using <= rather than == operator
if pipe.centerx <= -600:
pipes.remove(pipe)
OR
if pipe.right <= 0:
pipes.remove(pipe)

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