FlappyBird icon indicating copy to clipboard operation
FlappyBird copied to clipboard

Flappy Bird game developed by Cocos Creator which can run on Web, Android and iOS

Results 3 FlappyBird issues
Sort by recently updated
recently updated
newest added

Hi. I've tried to use your source code on my PC but it doesn't work with many errors. I think the version is different when you've committed between now and...

Bird.js _updatePosition let visibleSize = cc.director.getVisibleSize(); if (this.node.y >= visibleSize.height / 2) { this.node.y = visibleSize.height / 2 - 10; } if the bird is out of screen ,the bird...

Hello, how do I deploy the web client and change the texture? How to change the pillars, birds, and background textures?