Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmmabk/flappy-bird
đĻđŽ 'Adil's Bird' is a fun HTML5 Canvas game. Control the bird, dodge obstacles using keyboard keys. Clone, open index.html to play. Enhance or modify for new features! #HTML5 #Canvas #JavaScript #GameDev đšī¸đ
https://github.com/emmmabk/flappy-bird
canvas gamedev html5 javascript
Last synced: 14 days ago
JSON representation
đĻđŽ 'Adil's Bird' is a fun HTML5 Canvas game. Control the bird, dodge obstacles using keyboard keys. Clone, open index.html to play. Enhance or modify for new features! #HTML5 #Canvas #JavaScript #GameDev đšī¸đ
- Host: GitHub
- URL: https://github.com/emmmabk/flappy-bird
- Owner: EMMMABK
- License: apache-2.0
- Created: 2023-12-05T15:29:46.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-26T14:22:51.000Z (11 months ago)
- Last Synced: 2024-10-10T22:35:28.226Z (about 1 month ago)
- Topics: canvas, gamedev, html5, javascript
- Language: JavaScript
- Homepage:
- Size: 74.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![logo](https://i.ibb.co/g6gsscQ/Fly-bird-logo.png)
# Adil's Bird đšī¸đĻThis is a simple game created using HTML5 Canvas, where the player controls a bird, avoiding obstacles.
## Description âšī¸
This game is built using HTML5 Canvas and JavaScript. It allows the player to control a bird by pressing keys on the keyboard to fly upward and avoid obstacles.
## How to Start the Game đ
To start the game:
1. Clone the repository to your computer: `git clone https://github.com/your-username/your-repo.git`
2. Open the `index.html` file in your browser.## Game Instructions đŽ
- Use the spacebar or any other key to make the bird fly upward and avoid collisions with obstacles.
- The goal of the game is to survive as long as possible by avoiding collisions with the pipes.## Important Files đ
- `index.html`: main HTML file containing markup and the canvas.
- `js/script.js`: JavaScript code responsible for the game's logic.
- `img/`: folder containing images used in the game.## Notes đ
This is a basic version of the game and can be enhanced or improved to add new features or improve the interface.