Skip to content

Add files via upload#1

Open
kushal-AF wants to merge 1 commit into
mainfrom
kushal-AF-patch-1
Open

Add files via upload#1
kushal-AF wants to merge 1 commit into
mainfrom
kushal-AF-patch-1

Conversation

@kushal-AF

Copy link
Copy Markdown
Owner

No description provided.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e5bc4053eb

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread flappy_bird.py
self.scored = False

def update(self, speed: float) -> None:
dx = int(round(speed))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve fractional pipe speed when updating pipes

Converting speed to int(round(speed)) removes the difficulty-dependent speed changes because all configured speeds (2.52, 2.8, 3.136) round to 3, so Easy/Normal/Hard pipes move at the same horizontal rate in gameplay. This makes the speed_mult setting ineffective and undermines the main difficulty tuning for obstacle timing.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant