“I Believe I Can Fly” is based in the famous Flappy Bird game. But designed like “I believe I can fly basket fail” meme. The main character is the same as the one in the meme.
As in the original game, the main character try to fly as long possible. Avoiding the obstacles in this case basketball basket.
- Create files
- Boilerplate
- Setup git - Gitub
- Create Screens
- Screen transitions
- Create game loop
- Create player
- Add player methods (move, draw, setDirection, checkScreen)
- Create obstacle
- Add obstacle's method's (move, draw)
- Add extra game's method's (checkCollisions, gameOverCallback, generateBlocks, deleteBlocks)
- Score
- Interface
- Levels
Classes and methods definition.
Definition of the different states and their transition (transition functions)
- splashScreen
- gameScreen
- gameoverScreen
- winScreen
Task definition in order of priority
URls for the project repo and deploy Link Repo Link Deploy
URls for the project presentation (slides) Link Slides.com