Git Product home page Git Product logo

the-flappy-bird's Introduction

Flappy bird greets you! Flappy bird greets you!

The flappy bird Build Status

Let's revive the most famous bird!

Although it's still incomplete, you can play it here: https://andrevarandas.github.io/the-flappy-bird/

Development Setup

  1. Clone this repository: git clone https://github.com/AndreVarandas/the-flappy-bird

  2. Change directory into the-flappy-bird and install dependencies: npm install

  3. Run development environment: npm run debug

  4. Build distribuition folder: npm run build

  5. Run http server: npm start

  6. Open http://localhost:1234 and play!


MIT André Varandas

the-flappy-bird's People

Contributors

aakankasha028 avatar andrevarandas avatar bsshashank avatar dependabot[bot] avatar flipps avatar franamorim avatar haltz01 avatar jaderdev avatar lonelyprincess avatar sumsupee avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

the-flappy-bird's Issues

docs: logo

We need an awesome logo! Please use your imagination 😎

  • Create a new folder named extra.
  • Add the logo to the extra folder.
  • Update our readme.md to include your logo (should be included at the very top of the document)

PR must be made against the develop branch.

Add .editorconfig

We need an .editorconfig file that should be placed at the root of the project and can be something like the following:

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

# 2 space indentation
[*.{js,json}]
indent_style = space
indent_size = 2

Add Iddle/starting screen

Player should be given some time. The game should only start after the first click/interaction.

The bird should be flapping in the same position and the score should be present.

Docs: add travis ci badge

We want to display the status of master branch build in the readme.md file.

It should be included right after the first heading in the readme file:

[![Build` `Status](https://travis-ci.com/AndreVarandas/the-flappy-bird.svg?branch=master)](https://travis-ci.com/AndreVarandas/the-flappy-bird)

Implement basic score system

We want to have the current score right in the middle of the screen. It should update when the player successfully passes a tube.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.