项目作者: tinspham209
项目描述 :
Flappy Bird Game
高级语言: JavaScript
项目地址: git://github.com/tinspham209/react-flappy-bird.git
Mini Project: Flappy Bird Game
Date: 1 - May - 2020
Functions
Flappy Bird Game
Screenshot

Tech-Stack
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
Directory Structure
.
├── .gitignore
├── package.json
├── README.md
├── public
└── src
├── assets
├── components
├── Bird
├── Foreground
├── Game
├── Pipe
├── reducers
├── bird.js
├── game.js
├── pipe.js
├── index.js
├── App.js
├── index.css
└── index.js
Set up
- Clone code to your component
- Run in cmd for install dependencies
- Start the development server