Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/giovananog/flappy-bird
- Owner: giovananog
- Created: 2024-01-13T19:34:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-30T14:32:40.000Z (7 months ago)
- Last Synced: 2024-05-30T17:32:47.548Z (7 months ago)
- Topics: flappy-bird, javascript
- Language: JavaScript
- Homepage: https://flappy-bird-nine-tau.vercel.app
- Size: 526 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.