A simple clone of the classic Flappy Bird game created using HTML, CSS, and JavaScript. Fly the bird through the pipes and try to achieve the highest score!
- 🐦 Flappy Bird gameplay mechanics (gravity, jump, collision)
- 🧱 Randomly generated pipes
- 🔁 Restartable game loop
- 🎵 Sound effects support (if added)
- 📱 Responsive design
- HTML5 Canvas
- CSS3
- JavaScript (Vanilla)
git clone https://github.com/viktor-rumiievskyi/Flappy-Bird.git
cd Flappy-Bird
Open index.html
in your web browser to start playing.
# Python 3
python -m http.server
Go to http://localhost:8000
in your browser.
- Press Spacebar or Click to make the bird fly
- Avoid hitting the pipes or the ground
- Try to beat your high score!
Flappy-Bird/
│
├── index.html # Game canvas and layout
├── style.css # Basic styling
├── script.js # Main game logic
└── README.md # Documentation
- 📊 Score saving (local storage or backend)
- 🐣 Multiple bird characters or skins
- 📱 Touch/mobile control improvements
- 🔊 Add background music and sound effects
- 💀 Game over animation
Viktor Rumiievskyi
- GitHub: @viktor-rumiievskyi
This project is licensed under the MIT License.