Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinspham209/react-flappy-bird
Flappy Bird Game
https://github.com/tinspham209/react-flappy-bird
flappy-bird flappy-bird-game react reacthooks reactjs redux
Last synced: about 8 hours ago
JSON representation
Flappy Bird Game
- Host: GitHub
- URL: https://github.com/tinspham209/react-flappy-bird
- Owner: tinspham209
- Created: 2020-05-02T03:39:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:32:53.000Z (11 months ago)
- Last Synced: 2023-12-15T15:41:04.660Z (11 months ago)
- Topics: flappy-bird, flappy-bird-game, react, reacthooks, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 7.37 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```
.
├── .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
- `git clone`
- Run in cmd for install dependencies
- `npm install`
- Start the development server
- `npm start`