Skip to content

feat(game): add power-ups (heart & gem) for extra life and invincibility#15

Merged
Just-Here-TO-Code merged 2 commits intoOPCODE-Open-Spring-Fest:mainfrom
PresenceOP-Coder:feat/powerups-system
Oct 30, 2025
Merged

feat(game): add power-ups (heart & gem) for extra life and invincibility#15
Just-Here-TO-Code merged 2 commits intoOPCODE-Open-Spring-Fest:mainfrom
PresenceOP-Coder:feat/powerups-system

Conversation

@PresenceOP-Coder
Copy link
Copy Markdown
Contributor

Description

This pull request introduces collectible power-ups to enhance gameplay dynamics in the Flappy Bird game.
It adds two special collectibles with unique effects:

  • Heart: Grants an extra life, allowing the player to survive one collision
  • Gem: Activates temporary invincibility, letting the bird pass through barriers safely

Additional improvements include:

  • Visual effects for collectible items
  • Temporary ability management for power-ups
  • HUD display for active power-up status

Semver Changes

  • Patch (bug fix, no new features)
  • Minor (new features, no breaking changes)
  • Major (breaking changes)

Issues

Closes #8

Checklist

@PresenceOP-Coder
Copy link
Copy Markdown
Contributor Author

@Just-Here-TO-Code add important labels and only implemented it in level 2 so plz check that one

@PresenceOP-Coder
Copy link
Copy Markdown
Contributor Author

there were some issues in this pr fixed it .

@Just-Here-TO-Code
Copy link
Copy Markdown
Collaborator

Great work @PresenceOP-Coder , merging this PR.

@Just-Here-TO-Code Just-Here-TO-Code linked an issue Oct 30, 2025 that may be closed by this pull request
1 task
@Just-Here-TO-Code Just-Here-TO-Code merged commit d594e89 into OPCODE-Open-Spring-Fest:main Oct 30, 2025
5 of 6 checks passed
@PerHac13
Copy link
Copy Markdown

has been re evaluated

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Power-ups and Collectibles

3 participants