Giter VIP home page Giter VIP logo

flappybird's People

Contributors

afort657 avatar deadddorks avatar

Watchers

 avatar

Forkers

omarpecos

flappybird's Issues

Application

  • Needs to handle user input
  • Needs to pass it on to whatever other part of the project is handling it
  • Needs to have a looping timer that doesn't interfere with user input or the javafx thread
  • Needs to handle the game starting
  • Needs to make sure no extra threads are running if the game is closed

Player

  • Needs to store a players height and vertical velocity
  • Should also have a function to update vertical velocity if a jump is made
  • Should also have an easy mechanism to update vertical velocity due to gravity

Graphics

  • Need to draw the bird
  • Need to draw all the pipes
  • Need to move the pipes to the left and the bird up/down

World

  • 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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.