tinspham209 / react-flappy-bird

Flappy Bird Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Flappy Bird Game


Languages

Language:JavaScript 67.9%Language:HTML 20.2%Language:CSS 11.9%