Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neryad authored Jan 7, 2024
1 parent 20e7ae2 commit ecc1ca1
Showing 1 changed file with 45 additions and 10 deletions.
55 changes: 45 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,53 @@
# bird_flame
# Flutty Bird

A new Flutter project.
A Flutter game inspired by Flappy Bird. This project is a clone guided by the tutorial from HeyFlutter-Public on YouTube.

![Original tutorial Video](https://www.youtube.com/watch?v=zcs8qRBRz7w&lc=Ugwgd2z1QVTSE_c5RiR4AaABAg) <!-- Reemplaza "link_al_video_de_youtube" con el enlace al video de la primera fase del juego -->

## Getting Started

This project is a starting point for a Flutter application.
To run this project locally, make sure you have Flutter installed. If not, you can [install Flutter](https://flutter.dev/docs/get-started/install).

Clone the repository:

```bash
git clone https://github.com/tu_usuario/bird_flame.git

cd bird_flame
```
## Install dependencies:

```bash

flutter pub get
```
## Run the app:

```bash

flutter run
```
## Dependencies
- Flutter
- Flame
- Flame Audio






A few resources to get you started if this is your first Flutter project:
# Demo
https://github.com/neryad/bird_flame/assets/20806101/67a92d9f-cf30-4fc1-b47f-60f457b2147d
<!-- Replace "link_al_video_de_la_primera_fase" with the link to the gameplay video -->

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
Try the Game Online:
Flutty Bird [
Play Demo](https://beta-flutybird.netlify.app/). <!-- Replace "enlace_al_juego_en_linea" with the link to play the game online -->

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
<!-- You can use platforms like itch.io to host your game and provide a playable link. -->
# Contributing
Feel free to contribute to this project by opening issues or creating pull requests.

beta link : https://beta-flutybird.netlify.app/
# License
This project is licensed under the MIT License.

0 comments on commit ecc1ca1

Please sign in to comment.