Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/giovananog/flappy-bird

Flappy Bird game with Javascript
https://github.com/giovananog/flappy-bird

flappy-bird javascript

Last synced: 16 days ago
JSON representation

Flappy Bird game with Javascript

Awesome Lists containing this project

README

        

# Flappy Bird Game

![GitHub repo size](https://img.shields.io/github/repo-size/giovananog/flappy-bird?style=for-the-badge)
![GitHub last commit](https://img.shields.io/github/last-commit/giovananog/flappy-bird?style=for-the-badge)




![Flappy Bird](images/image.png)

> This is a simple implementation of the classic Flappy Bird game using HTML, CSS, and JavaScript.

## 🌟 Developed During

This project was developed as part of the "Curso Web Moderno Completo com JavaScript + Projetos" [course](https://www.udemy.com/course/curso-web/?couponCode=24T3MT53024) on Udemy.

## 🎮 Game Controls

- Press any key to make the bird jump and avoid the pipes.
- Navigate the bird through the pipes to earn points.

## 🕹ī¸ How to Play

1. Open the `index.html` file in your web browser.
2. Press any key to start the game.
3. Use the spacebar or any key to make the bird jump.
4. Navigate the bird through the pipes.
5. Avoid collision with the pipes to stay alive.
6. Earn points for successfully passing through pipes.

## 📂 Game Structure

- **`index.html`**: HTML file defining the structure of the game.
- **`style.css`**: CSS file for styling the game elements.
- **`script.js`**: JavaScript file containing the game logic.