RoyGF / FlappyBird

A Flappy Bird Game using Flutter and Flame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flappy Bird Clone

This project is a clone of the popular game Flappy Bird, built using the Flame Engine for Flutter. Dive into a simple yet challenging game experience where the goal is to guide a bird through a series of obstacles by tapping on the screen to keep it airborne.

Getting Started

To get this game running on your device, you will need to have Flutter installed on your machine. Follow these steps to run the project:

Prerequisites

Ensure you have Flutter installed on your machine. To check if Flutter is installed, run the following command in your terminal:

flutter doctor

If you don't have Flutter installed, follow the installation guide here.

Installation

  1. Clone the repository:
git clone https://github.com/RoyGF/FlappyBird.git
  1. Install the dependencies:
flutter pub get
  1. Run the game:
flutter run

Features

  • Simple Tap Control: Tap the screen to make the bird fly. Avoid obstacles to score points.
  • Score System: Compete to achieve your highest score.
  • Graphics: Utilizes Flame Engine for rendering and game loop control.

Built With

License

Distributed under the MIT License. See LICENSE for more information.

Screenshots

Screenshot 1 Screenshot 2

About

A Flappy Bird Game using Flutter and Flame


Languages

Language:C++ 37.8%Language:CMake 30.3%Language:Dart 19.1%Language:Ruby 4.4%Language:Swift 3.1%Language:HTML 2.9%Language:C 2.2%Language:Kotlin 0.2%Language:Objective-C 0.1%