{"id":15137872,"url":"https://github.com/freehelpdesk/flappybird","last_synced_at":"2025-10-23T13:30:53.651Z","repository":{"id":252590684,"uuid":"840869219","full_name":"freehelpdesk/flappybird","owner":"freehelpdesk","description":"A flappybird clone","archived":false,"fork":false,"pushed_at":"2024-08-13T05:47:54.000Z","size":1320,"stargazers_count":31,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T18:48:23.309Z","etag":null,"topics":["bevy","bevy-engine","flappybird","rust","rust-lang"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/freehelpdesk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"ko_fi":"freehelpdesk"}},"created_at":"2024-08-11T00:02:23.000Z","updated_at":"2025-01-15T20:45:35.000Z","dependencies_parsed_at":"2024-08-13T06:46:59.762Z","dependency_job_id":null,"html_url":"https://github.com/freehelpdesk/flappybird","commit_stats":null,"previous_names":["freehelpdesk/flappybird"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freehelpdesk%2Fflappybird","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freehelpdesk%2Fflappybird/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freehelpdesk%2Fflappybird/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freehelpdesk%2Fflappybird/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freehelpdesk","download_url":"https://codeload.github.com/freehelpdesk/flappybird/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237834640,"owners_count":19373761,"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":["bevy","bevy-engine","flappybird","rust","rust-lang"],"created_at":"2024-09-26T07:03:03.520Z","updated_at":"2025-10-23T13:30:53.246Z","avatar_url":"https://github.com/freehelpdesk.png","language":"Rust","funding_links":["https://ko-fi.com/freehelpdesk"],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://github.com/freehelpdesk/flappybird\"\u003e\u003cimg src=\"github/icon-rounded.png\" alt=\"Flappybird\" width=\"200\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  Flappybird Revision Project\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eA clone of the original Flappybird game written by Dong Nguyen using \u003ca href=\"https://bevyengine.org/\" target=\"_blank\"\u003eBevy\u003c/a\u003e.\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://img.shields.io/crates/v/bevy?style=flat\u0026label=Bevy\u0026color=232326\"\u003e\n        \u003cimg src=\"https://img.shields.io/crates/v/bevy?style=flat\u0026label=Bevy\u0026color=232326\" alt=\"Bevy\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://img.shields.io/crates/v/bevy_rapier2d?label=Rapier\u0026color=657884\"\u003e\n        \u003cimg src=\"https://img.shields.io/crates/v/bevy_rapier2d?label=Rapier\u0026color=657884\" alt=\"Rapier\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#how-to-compile\"\u003eHow to Compile\u003c/a\u003e •\n  \u003ca href=\"#download\"\u003eDownload\u003c/a\u003e •\n  \u003ca href=\"#credits\"\u003eCredits\u003c/a\u003e •\n  \u003ca href=\"https://freehelpdesk.dev/playtest.html\"\u003ePlaytest\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cbr\u003e\n    \u003cimg style=\"filter: drop-shadow(0 0 0.75rem black);border-radius:5px;max-width: 75%;\" src=\"github/image.png\" alt=\"Screenshot\"\u003e\n\u003c/p\u003e\n\n## How To Compile\n\nTo compile and run this Flappybird clone, you must install the [rust toolchain](https://www.rust-lang.org/learn/get-started).\n\n```bash\n# Clone this repository\n$ git clone --recursive https://github.com/freehelpdesk/flappybird\n\n# Go into the repository\n$ cd flappybird\n\n# Switch to rust nightly\n$ rustup default nightly\n\n# Compile the binary\n$ cargo build --release\n```\n\u003e The build binary will be in `target/release/`\n\n## Credits\n\nDevelopers:\n\n- [freehelpdesk](https://github.com/freehelpdesk)\n- [Thatcher Clough](https://github.com/thatcherclough) (Original Swift Co-Developer)\n\nThis software uses the following open source packages:\n\n- [Bevy](https://bevyengine.org/)\n- [Rapier](https://rapier.rs)\n\n\u003e This program's sprites were made using [Aseprite](https://www.aseprite.org/)\n\n## Support\n\n[![Ko-fi](https://img.shields.io/badge/support_me_on_ko--fi-F16061?style=for-the-badge\u0026logo=kofi\u0026logoColor=f5f5f5)](https://ko-fi.com/freehelpdesk)\n\nXMR: `87X4SK6PHr2KWkbw5mXRUXRfK3JLpvukMGrRgatVZRCXPEB6momn2wzVhaiBkbEQYZ4XKMHWoQEL2S2A6Q2xwhKKMubiusQ`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreehelpdesk%2Fflappybird","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreehelpdesk%2Fflappybird","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreehelpdesk%2Fflappybird/lists"}