{"id":27156040,"url":"https://github.com/it21826740/flappy-bird","last_synced_at":"2025-08-13T23:09:48.878Z","repository":{"id":252900443,"uuid":"841836192","full_name":"IT21826740/Flappy-Bird","owner":"IT21826740","description":"FlappyBird is a simple 2D arcade game built using Java and Swing. The game involves a bird that needs to navigate through a series of pipes without crashing into them. The goal is to score as many points as possible by passing through the gaps between the pipes.","archived":false,"fork":false,"pushed_at":"2024-08-13T06:35:35.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T19:57:36.667Z","etag":null,"topics":["2d-game","flappy-bird","flappy-bird-game","java","java-game","mini-game","physics"],"latest_commit_sha":null,"homepage":"","language":"Java","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/IT21826740.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-08-13T06:23:26.000Z","updated_at":"2024-08-22T04:30:44.000Z","dependencies_parsed_at":"2024-08-13T07:43:13.267Z","dependency_job_id":"e2cf1667-598e-4e6f-a372-6ee8020915b4","html_url":"https://github.com/IT21826740/Flappy-Bird","commit_stats":null,"previous_names":["it21826740/flappy-bird"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IT21826740/Flappy-Bird","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IT21826740%2FFlappy-Bird","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IT21826740%2FFlappy-Bird/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IT21826740%2FFlappy-Bird/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IT21826740%2FFlappy-Bird/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IT21826740","download_url":"https://codeload.github.com/IT21826740/Flappy-Bird/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IT21826740%2FFlappy-Bird/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270330595,"owners_count":24565816,"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","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["2d-game","flappy-bird","flappy-bird-game","java","java-game","mini-game","physics"],"created_at":"2025-04-08T19:57:39.375Z","updated_at":"2025-08-13T23:09:48.854Z","avatar_url":"https://github.com/IT21826740.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FlappyBird Java Game\n\nFlappyBird is a simple 2D arcade game built using Java and Swing. The game involves a bird that needs to navigate through a series of pipes without crashing into them. The goal is to score as many points as possible by passing through the gaps between the pipes.\n\n## Features\n\n- **2D Graphics**: Includes custom images for the bird, pipes, and background.\n- **Realistic Physics**: Gravity and velocity are applied to the bird for a more realistic gameplay experience.\n- **Collision Detection**: Detects when the bird collides with a pipe or the ground, ending the game.\n- **Scoring System**: Tracks the score based on how many pipes the bird successfully passes.\n\n## Getting Started\n\n### Prerequisites\n\n- Java Development Kit (JDK) installed (version 8 or later).\n- An Integrated Development Environment (IDE) like Eclipse or IntelliJ IDEA, or you can run it from the command line.\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/IT21826740/Flappy-Bird.git\n   cd Flappy-Bird\n   ```\n\n2. Compile the Java files:\n\n   ```bash\n   javac FlappyBird.java\n   ```\n\n3. Run the game:\n\n   ```bash\n   java FlappyBird\n   ```\n\n### Running the Game\n\n- Use the `SPACEBAR` to make the bird fly upward.\n- Avoid the pipes to keep playing and increase your score.\n- The game ends when the bird hits a pipe or the ground.\n- Press `SPACEBAR` after a game over to restart the game.\n\n## Project Structure\n\n- **FlappyBird.java**: The main file that contains the game logic, including the bird's movement, pipe placement, collision detection, and game rendering.\n- **Images**: The images used for the bird, pipes, and background.\n\n## Screenshots\n\n![Screenshot 2024-08-13 114955](https://github.com/user-attachments/assets/5d661b03-a3e5-4807-9e31-ea62d9537b94)\n\n\n## Contributing\n\nContributions are welcome! If you have ideas for improvements or new features, feel free to open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Inspired by the original Flappy Bird game.\n- Thanks to (https://youtu.be/Xw2MEG-FBsE?si=TalZIdNfy_eXbulQ) for tutorials and resources.\n\n---\n\nFeel free to customize this template based on your needs and preferences!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fit21826740%2Fflappy-bird","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fit21826740%2Fflappy-bird","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fit21826740%2Fflappy-bird/lists"}