Flappy Dash is a simple and fun Flappy Bird-style game built with Flutter and Flame, the lightweight 2D game engine for Flutter. The goal is to control the Dash character and navigate through an endless series of pipes without crashing.
This project serves as a learning resource for anyone interested in mobile game development with Flutter.
Follow these steps to run the project locally:
- Flutter SDK (latest stable version)
- Emulator or physical device
- Code editor (e.g., VS Code, Android Studio)
git clone https://github.com/mhakkaynak/flappy_dash.git
cd flappy_dash
flutter pub get
flutter run