Deadddorks/FlappyBird

World

Closed this issue · 0 comments

  • Needs to have values for scrolling speed and gravity
  • Needs to be able to generate random pipes
  • Needs to be able to store the pipes in some sort of list
  • Needs to be able to delete pipes once they are passed and off-screen
  • Needs to be able to either send or return the current pipes in order for the graphics to draw them
  • Needs to be able to update the player based off physics mechanics
  • Needs to be able to update the pipes based off the player "moving"
  • Needs to be able to detect if the player hits a pipe or the floor/ceiling