Skip to content

Conversation

@Ayush3941
Copy link

Description

This PR introduces a fully functional Flappy Bird clone built with tkinter. The game features smooth gameplay, responsive controls, and an endless scoring mechanism.

Features

  • Player-controlled bird with realistic gravity and jump physics
  • Continuously moving pipes with randomized gaps
  • Collision detection for pipes and ground
  • Dynamic scoring system based on passing pipes
  • Auto-restart on collision

Technical Details

  • Implemented using Tkinter Widget, Clock, and event-driven architecture
  • Separate classes for Bird, Pipe, and Game for better modularity
  • Uses canvas drawing for performance optimization
  • Supports different screen sizes

Testing

  • Tested on multiple screen resolutions
  • Verified smooth gameplay at 60 FPS
  • Confirmed accurate collision and scoring logic

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