项目作者: tinspham209

项目描述 :
Flappy Bird Game
高级语言: JavaScript
项目地址: git://github.com/tinspham209/react-flappy-bird.git
创建时间: 2020-05-02T03:39:54Z
项目社区:https://github.com/tinspham209/react-flappy-bird

开源协议:

下载


Mini Project: Flappy Bird Game

Date: 1 - May - 2020

Functions

Flappy Bird Game

Screenshot

Tech-Stack

  • React
  • Redux

Deploy

Plan Of Action

  • Initial project
  • Bird component
  • Foreground component
  • Game component
  • Pipe component
  • Add event Space
  • Redux setup
  • Create movement for bird
  • Create random pipes
  • Check event GAME_OVER

After this project

I have improve my knowledge about

  • React
  • Redux
    Next Steps:

Directory Structure

  1. .
  2. ├── .gitignore
  3. ├── package.json
  4. ├── README.md
  5. ├── public
  6. └── src
  7. ├── assets
  8. ├── components
  9. ├── Bird
  10. ├── Foreground
  11. ├── Game
  12. ├── Pipe
  13. ├── reducers
  14. ├── bird.js
  15. ├── game.js
  16. ├── pipe.js
  17. ├── index.js
  18. ├── App.js
  19. ├── index.css
  20. └── index.js

Set up

  • Clone code to your component
    • git clone
  • Run in cmd for install dependencies
    • npm install
  • Start the development server
    • npm start