Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`