Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.32 KB

README.md

File metadata and controls

59 lines (41 loc) · 1.32 KB

I Believe I Can Fly

Description

“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.

MVP (DOM - CANVAS)

  1. Create files
  2. Boilerplate
  3. Setup git - Gitub
  4. Create Screens
  5. Screen transitions
  6. Create game loop
  7. Create player
  8. Add player methods (move, draw, setDirection, checkScreen)
  9. Create obstacle
  10. Add obstacle's method's (move, draw)
  11. Add extra game's method's (checkCollisions, gameOverCallback, generateBlocks, deleteBlocks)

Backlog

  1. Score
  2. Interface
  3. Levels

Data structure

Classes and methods definition.

States y States Transitions

Definition of the different states and their transition (transition functions)

  • splashScreen
  • gameScreen
  • gameoverScreen
  • winScreen

Task

Task definition in order of priority

Links

Trello

Link url

Git

URls for the project repo and deploy Link Repo Link Deploy

Slides

URls for the project presentation (slides) Link Slides.com