-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
The line 206 of game.js has a small mistake:
if (this.x + r < x + w)
The condition should be this.x - r < x + w
! It should be a minus since this.x
is the middle of the bird's corpse and x+w
is the end of the pipe; otherwise, the condition is false as soon as the pic of the bird goes past the pipe.
Metadata
Metadata
Assignees
Labels
No labels