Giter Site home page Giter Site logo

nebez / floppybird Goto Github PK

View Code? Open in Web Editor NEW
556.0 32.0 422.0 479 KB

in case you missed the hype ๐Ÿฅ

Home Page: https://nebez.github.io/floppybird/

License: Apache License 2.0

CSS 29.60% JavaScript 55.45% HTML 14.95%
game game-development games

floppybird's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

floppybird's Issues

Browser support

I've noticed that the game is unplayable in the latest version of Firefox and Safari.
The bird drops way too slow, causing it to crash at the pipes. Any idea how this could be fixed?

Pipe cap offset...

Hello I am wondering what parimiters drive the placement of the upper and lower pipe caps.

They seem to be offset when I place them into another container...

untitled-1

Slow motion bird

The bird is really slow compared to the game. It should be fixed

Move global variables to local scope

Instead of polluting the global scope I think it would be more reasonable to at the very least move the script into its own module. Is this something that I can send a pull request for, or is there a different way you'd like this tackled? Thanks.

How to make the game go faster?

Hi,

I am really liking this game, but the time the pipes etc. need to approach me is too slow for my taste. Is there are way to make it faster?

Fullscreen on browser

The game is squished on desktop computer browsers and i can't quite figure out making it fullscreen(i set flyarea to 100% height, and changed the box code to this:
var padding = 80;
var constraint = (window.innerHeight - 200) - pipeheight - (padding * 2); //double padding (for top and bottom)
var topheight = Math.floor((Math.random() * 360 + padding)); //add lower padding
var bottomheight = (window.innerHeight - pipeheight) - topheight - (window.innerHeight / 4);

any suggestions?

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.