A simple Flappy Bird clone built using HTML, CSS, and JavaScript. The game delivers a fun and addictive experience as you guide a bird through gaps between pipes. Try to beat your high score!
Screen.Recording.2025-06-28.at.6.00.47.PM.mp4
- Responsive Gameplay – Smooth performance across modern browsers.
- Dynamic Difficulty – Moving pipes and realistic gravity for added challenge.
- Score Tracking – Tracks current and best scores.
- Game Over Screen – Easily restart the game with a click or keypress.
- Click or Press Space to make the bird jump.
- Avoid pipes and the ground.
- Game restarts on spacebar or click after game over.
- HTML – Game structure.
- CSS – Layout and styling.
- JavaScript – Physics, animation, and game logic.
floppy-bird-game/
├── index.html # Main HTML file
├── style.css # Game styling
├── script.js # Game logic
└── assets/ # (Optional) Images, sounds, or sprites
This project is licensed under the MIT License. Feel free to use, modify, and share!
Let me know if you need:
- Help uploading the video to GitHub or linking a YouTube demo
- A GitHub Pages deployment guide
- Sound effects or mobile support additions
I'm happy to assist!