Skip to content

JorgeDiazz/FlappyDashBird

Repository files navigation

Flappy Dash Bird with Flutter and the Flame Engine.

Welcome to the Flappy Dash Bird project built with Flutter Flame. This is a video game that mimics the classic Flappy Bird gameplay. In this game, you control a bird by pressing spacebar key or tapping the screen to make it fly and navigate through a series of pipes.

Demo

How to Run the Game

Prerequisites

Before you start, make sure you have the following prerequisites installed:

Clone the Repository

git clone https://github.com/JorgeDiazz/FlappyDashBird.git
cd FlappyDashBird

Run the Game

  1. Connect your mobile device to your computer or launch a virtual emulator.
  2. Open a terminal and navigate to the project directory.
  3. Run the following command to download all required dependencies:
flutter pub get
  1. Ensure your device is recognized by Flutter:
flutter devices
  1. Run the game on your device (replace your-device with the name of your device as shown in the previous step):
flutter run -d your-device
  1. Enjoy the game, and happy flapping! 😄

About

Flutter Flame project: 🐦 Flappy Bird clone

Topics

Resources

Stars

Watchers

Forks