You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a desktop-based clone of the popular Flappy Bird game, developed using Java AWT (Abstract Window Toolkit) and Swing for GUI rendering. It demonstrates core game development concepts such as animation loops, collision detection, score tracking, event-driven programming, and object rendering using native Java libraries.