This project is a clone of the classic Flappy Bird game, developed using Phaser.js.
This game replicates the popular Flappy Bird gameplay, where the player controls a bird by tapping the spacebar to flap its wings and navigate through gaps between columns. The goal is to achieve the highest score possible by surviving as long as possible without colliding with columns or the ground.
Include screenshots or gameplay gifs/videos here to showcase your Flappy Bird game.
- Simple, addictive gameplay similar to the original Flappy Bird.
- Dynamic generation of columns to create endless gameplay.
- Score tracking and display of the player's current score.
- Collision detection with columns and the ground.
- Responsive controls with keyboard input for flapping the bird.
Press the spacebar to flap the bird's wings and navigate through gaps between columns.
Contributions are welcome. Feel free to fork the repository, create a new branch, and submit a pull request.
Distributed under the MIT License. See LICENSE for more information.
This game was developed using Phaser.js, an open-source HTML5 game framework. Special thanks to the Phaser community and tutorials that helped in learning game development.