Skip to content

fully functional flappy bird with sound effect and title screen and pause button

Notifications You must be signed in to change notification settings

tusharsh8860/Flappy-Bird-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flappy-Bird-v2

Built a fully playable Flappy Bird game from scratch using Java and Swing. Implemented custom game loop, input handling, collision detection(AABB), and tile-based rendering. Added sound effects/music, dynamic menus (Title, Pause, Game Over), and FPS diagnostics. Debugged low-level performance issues (row-major vs column-major memory access) used column major for better performance. Used GameThreading loop for smooth rendering and gameplay updates.

NEW:- Game States, Sounds, Pause and Reset Buttons

Press Space to play Space is to Jump

P is used to Pause the game

R is used to restart the game

About

fully functional flappy bird with sound effect and title screen and pause button

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages