https://github.com/Adil-Bikiev/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/Adil-Bikiev/Flappy-Bird
canvas gamedev html5 javascript
Last synced: 8 months 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/Adil-Bikiev/Flappy-Bird
- Owner: EMMMABK
- License: apache-2.0
- Created: 2023-12-05T15:29:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T07:35:28.000Z (over 1 year ago)
- Last Synced: 2025-02-10T08:26:54.129Z (over 1 year ago)
- Topics: canvas, gamedev, html5, javascript
- Language: JavaScript
- Homepage:
- Size: 176 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
## Screenshots


## 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.