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.
Before you start, make sure you have the following prerequisites installed:
git clone https://github.com/JorgeDiazz/FlappyDashBird.git
cd FlappyDashBird
- Connect your mobile device to your computer or launch a virtual emulator.
- Open a terminal and navigate to the project directory.
- Run the following command to download all required dependencies:
flutter pub get
- Ensure your device is recognized by Flutter:
flutter devices
- 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
- Enjoy the game, and happy flapping! 😄