{"id":23213392,"url":"https://github.com/nagipragalathan/flappy-bird-game","last_synced_at":"2026-05-02T04:36:51.292Z","repository":{"id":236356003,"uuid":"792441304","full_name":"NagiPragalathan/Flappy-Bird-Game","owner":"NagiPragalathan","description":"This repository contains the source code for a clone of the popular Flappy Bird game, developed using Python and the Pygame library. The game aims to replicate the original Flappy Bird experience, where players control a bird and navigate it through a series of pipes without crashing.","archived":false,"fork":false,"pushed_at":"2024-06-20T15:00:49.000Z","size":455,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-18T04:57:01.737Z","etag":null,"topics":["clonegame","codingprojects","css","flappybird","funprojects","gamedevelopment","html5","indiegame","javascript","javascriptgamedevelopment","mitlicense","opensource","opensource-gaming","retrogaming"],"latest_commit_sha":null,"homepage":"https://flappy-bird-game-wheat.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NagiPragalathan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-26T17:13:40.000Z","updated_at":"2024-06-20T15:00:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"54c441c1-b278-49d7-8cd7-c749834c25c2","html_url":"https://github.com/NagiPragalathan/Flappy-Bird-Game","commit_stats":null,"previous_names":["nagipragalathan/flappy-bird-game"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NagiPragalathan%2FFlappy-Bird-Game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NagiPragalathan%2FFlappy-Bird-Game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NagiPragalathan%2FFlappy-Bird-Game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NagiPragalathan%2FFlappy-Bird-Game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NagiPragalathan","download_url":"https://codeload.github.com/NagiPragalathan/Flappy-Bird-Game/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247339160,"owners_count":20923014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clonegame","codingprojects","css","flappybird","funprojects","gamedevelopment","html5","indiegame","javascript","javascriptgamedevelopment","mitlicense","opensource","opensource-gaming","retrogaming"],"created_at":"2024-12-18T19:17:28.499Z","updated_at":"2026-05-02T04:36:51.268Z","avatar_url":"https://github.com/NagiPragalathan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flappy Bird Game\n\nThis repository contains the source code for a clone of the popular Flappy Bird game, developed using JavaScript. The game aims to replicate the original Flappy Bird experience, where players control a bird and navigate it through a series of pipes without crashing.\n\n## Overview\n\nFlappy Bird is a simple yet addictive game where the player must avoid obstacles by controlling the bird's flight. The game increases in difficulty as the player progresses, requiring quick reflexes and precise timing.\n\n## Features\n\n- **Classic Gameplay**: Replicates the original Flappy Bird gameplay mechanics.\n- **Scoring System**: Keeps track of the player's score as they successfully navigate through pipes.\n- **Collision Detection**: Ends the game when the bird collides with pipes or the ground.\n- **Graphics and Sound**: Includes basic graphics and sound effects to enhance the gaming experience.\n\n## Technologies Used\n\n- **JavaScript**: The core programming language used for development.\n- **HTML**: Used to structure the web page.\n- **CSS**: Used to style the web page and game elements.\n- **Canvas API**: Utilized for rendering game graphics.\n\n## Installation and Setup\n\n### Prerequisites\n\n- Web Browser\n\n### Steps\n\n1. **Clone the Repository**\n    \n    bash\n    \n    Copy code\n    \n    `git clone https://github.com/NagiPragalathan/Flappy-Bird-Game.git\n    cd Flappy-Bird-Game` \n    \n2. **Open the Game**\n    \n    Open the `index.html` file in your preferred web browser.\n    \n\n## How to Play\n\n- **Start the Game**: Open the `index.html` file to start the game.\n- **Control the Bird**: Click the mouse or press the spacebar to make the bird flap its wings and fly higher. Release to let the bird descend.\n- **Avoid Obstacles**: Navigate the bird through the gaps in the pipes without colliding.\n- **Score Points**: Earn points for each set of pipes you successfully pass through.\n\n## Project Structure\n\narduino\n\nCopy code\n\n```Flappy-Bird-Game/\n├── assets/\n│   ├── images/\n│   │   ├── background.png\n│   │   ├── bird.png\n│   │   ├── pipe.png\n│   │   └── base.png\n│   └── sounds/\n│       ├── wing.wav\n│       ├── point.wav\n│       └── hit.wav\n├── css/\n│   └── style.css\n├── js/\n│   └── main.js\n├── index.html\n├── README.md\n└── LICENSE\n```\n\n## Contribution\n\nContributions to the Flappy Bird Game project are welcome! If you would like to contribute, please fork the repository and submit a pull request with your changes.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](https://chatgpt.com/c/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnagipragalathan%2Fflappy-bird-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnagipragalathan%2Fflappy-bird-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnagipragalathan%2Fflappy-bird-game/lists"}