Skip to content

thebishalniroula/flappy-bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple flappy bird game - built within 2.5 hours timer

  • Obstascles - Generate a series of obstacles having random heights
  • Motion - Move the obstascles infinitely from right to left which should create an illusion that bird is moving from left to right
  • Bird - Generate a flappy bird that is static in the x direction
  • Gravity - Simulate gravity that always pulls the bird downward in the y direction
  • Control - Hitting the space should lift the bird vertically up by some distance
  • Collision - Detect any collision between the bird and the obstacles
  • Score - Continuesly track the score along the way and display it when the game is over
Screen.Recording.2024-05-01.at.11.29.48.AM.mov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published