FlappingBird JS13K Games



FlappingBird is a Mobile side scroller game where the player controls a bird, attempting to fly between columns trees without hitting them

Development of this game started out when i was attempting to draw perfect clouds programmatically on a canvas i later added a few more clouds (Something's missing) add moon, stars,  buildings and also add Gradients and for the games character i settled on a bird (using Sprite sheet obtained freely from opengameart) add more them and animated everything.

FlappingBird is a single player arcade-style game in which the player controls the bird, which moves persistently to the right. The player is tasked with navigating the bird through pairs of trees that have equally sized gaps placed at random heights. the bird automatically gravitates and only ascends when the player taps the touchscreen or spacebar. Each successful pass through a pair of trees awards the player one point. Colliding with a tree or the ground ends the gameplay. If a player successfully sneaks through the bark beneath the branches is awarded a bonus point and a barrel roll 360° Clockwise Spinning animation!

Comments

Popular posts from this blog

Hello world application in Kotlin

Introduction to webshare API (navigator.share)

How to set content disposition headers for express nodejs apps