{"id":22509533,"url":"https://github.com/tynab/flappy-bird","last_synced_at":"2026-04-18T02:32:22.204Z","repository":{"id":232076217,"uuid":"783392624","full_name":"Tynab/Flappy-Bird","owner":"Tynab","description":"Flappy Bird Game","archived":false,"fork":false,"pushed_at":"2025-08-22T00:27:31.000Z","size":9763,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-27T19:44:21.404Z","etag":null,"topics":["2d","engine","flappy-bird","flappy-bird-game","game","game-2d","game-engine","gd","gdscript","godot","godot-engine","html","javascript","js","python","tynab","webgl","yami-an","yami-an-nephilim","yan"],"latest_commit_sha":null,"homepage":"https://tynab.github.io/Flappy-Bird/build","language":"JavaScript","has_issues":false,"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/Tynab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"tynab","patreon":"yamiannephilim","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"custom":"paypal.me/yamiannephilim"}},"created_at":"2024-04-07T19:04:27.000Z","updated_at":"2025-05-04T04:26:40.000Z","dependencies_parsed_at":"2025-02-28T02:43:33.658Z","dependency_job_id":"6f82eed1-f1f9-4bfe-b84e-8c66a483657f","html_url":"https://github.com/Tynab/Flappy-Bird","commit_stats":null,"previous_names":["tynab/flappy-bird"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Tynab/Flappy-Bird","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tynab%2FFlappy-Bird","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tynab%2FFlappy-Bird/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tynab%2FFlappy-Bird/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tynab%2FFlappy-Bird/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tynab","download_url":"https://codeload.github.com/Tynab/Flappy-Bird/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tynab%2FFlappy-Bird/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31953778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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","engine","flappy-bird","flappy-bird-game","game","game-2d","game-engine","gd","gdscript","godot","godot-engine","html","javascript","js","python","tynab","webgl","yami-an","yami-an-nephilim","yan"],"created_at":"2024-12-07T01:29:29.910Z","updated_at":"2026-04-18T02:32:17.194Z","avatar_url":"https://github.com/Tynab.png","language":"JavaScript","funding_links":["https://github.com/sponsors/tynab","https://patreon.com/yamiannephilim","paypal.me/yamiannephilim"],"categories":[],"sub_categories":[],"readme":"# FLAPPY BIRD GAME\nThe Flappy Bird game project is built with the versatile Godot Engine, perfect for players and aspiring developers alike.\n\n## LINK DEMO\n\u003cdiv align='center'\u003e\n\n[Click here to play the game](https://tynab.github.io/Flappy-Bird/build)\n\n\u003c/div\u003e\n\n## IMAGE DEMO\n\u003cp align='center'\u003e\n\u003cimg src='pic/0.jpg'\u003e\u003c/img\u003e\n\u003c/p\u003e\n\n## CODE DEMO\n```js\nfunc generate_pipes():\n\tvar pipe = pipe_scene.instantiate()\n\tpipe.position.x = screen_size.x + PIPE_DELAY\n\tpipe.position.y = (screen_size.y - ground_height) / 2.0 + randi_range(-PIPE_RANGE, PIPE_RANGE)\n\tpipe.hit.connect(bird_hit)\n\tpipe.scored.connect(scored)\n\tadd_child(pipe)\n\tpipes.append(pipe)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftynab%2Fflappy-bird","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftynab%2Fflappy-bird","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftynab%2Fflappy-bird/lists"}