{"id":20271962,"url":"https://github.com/hoangsonww/flappy-bird-game","last_synced_at":"2025-04-11T04:33:20.436Z","repository":{"id":224803591,"uuid":"764255617","full_name":"hoangsonww/Flappy-Bird-Game","owner":"hoangsonww","description":"🐦 This Swift version of Flappy Bird delivers the classic tap-to-fly challenge on iOS devices. Navigate through pipes in this engaging, Swift-built game, perfect for quick, entertaining sessions on any iOS device. The app is, however, not published on App Store, but you can still run my code on XCode!","archived":false,"fork":false,"pushed_at":"2025-03-17T00:31:18.000Z","size":1596,"stargazers_count":28,"open_issues_count":1,"forks_count":21,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-03-25T02:40:18.872Z","etag":null,"topics":["flappingbird","flappy","flappy-bird","flappy-bird-clone","flappy-bird-game","flappy-bird-game-code","flappybird","flappybird-style-game","game","game-development","ios","ios-app","ios-application","ios-sdk","ios-swift","swift","swift5","swiftui","ui","uikit"],"latest_commit_sha":null,"homepage":"https://hoangsonww.github.io/Flappy-Bird-Game/","language":"Swift","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/hoangsonww.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2024-02-27T18:55:14.000Z","updated_at":"2025-03-23T04:24:50.000Z","dependencies_parsed_at":"2024-03-28T21:48:03.815Z","dependency_job_id":"0508acf4-844c-45d0-b86d-8bd3cb9b9c50","html_url":"https://github.com/hoangsonww/Flappy-Bird-Game","commit_stats":null,"previous_names":["hoangsonww/flappy-bird-game"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoangsonww%2FFlappy-Bird-Game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoangsonww%2FFlappy-Bird-Game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoangsonww%2FFlappy-Bird-Game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hoangsonww%2FFlappy-Bird-Game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hoangsonww","download_url":"https://codeload.github.com/hoangsonww/Flappy-Bird-Game/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345202,"owners_count":21088231,"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":["flappingbird","flappy","flappy-bird","flappy-bird-clone","flappy-bird-game","flappy-bird-game-code","flappybird","flappybird-style-game","game","game-development","ios","ios-app","ios-application","ios-sdk","ios-swift","swift","swift5","swiftui","ui","uikit"],"created_at":"2024-11-14T12:40:27.325Z","updated_at":"2025-04-11T04:33:20.361Z","avatar_url":"https://github.com/hoangsonww.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flappy Bird Game in Swift\n\nCreated by [Son Nguyen](https://github.com/hoangsonww) in 2024, this project is a whole new version of the popular mobile game Flappy Bird, developed using Swift and SpriteKit for iOS. The game aims to replicate the original's gameplay, featuring a bird that the player navigates between a series of obstacles by tapping the screen to make the bird fly. The goal is to achieve the highest possible score by avoiding the pipes.\n\n## Table of Contents\n- [User Interface](#user-interface)\n- [Features](#features)\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [How to Play](#how-to-play)\n- [Contributing](#contributing)\n- [License](#license)\n- [Acknowledgements](#acknowledgements)\n\n## User Interface\n\n\u003cp align=\"center\"\u003e\n \u003cimg src=\"img/ios-ui.png\" alt=\"The Flappy Bird Game Interface\" width=\"100%\" style=\"border-radius: 8px\" /\u003e\n\u003c/p\u003e\n\n## Features\n\n- Classic Flappy Bird gameplay\n- Score tracking with high score memory\n- Simple tap control\n- Endless game mode (for now)\n- Sound effects and background music\n- FPS counter for easier debugging\n\n## Requirements\n\n- iOS 14.0+\n- Xcode 12.0+\n- Swift 5.3+\n- SpriteKit Framework\n\n## Installation\n\nTo run this game on your device, follow these **very simple** steps:\n\n1. Clone the repository to your local machine:\n\n    ```bash\n    git clone https://github.com/hoangsonww/Flappy-Bird-Game.git\n    ```\n\n2. Open the project in Xcode:\n\n    ```bash\n    open FlappyBirdGame.xcodeproj\n    ```\n\n3. Select your target device or simulator. Ideally, use an iPhone with iOS 14.0 or later for the best experience.\n\n4. Press `Cmd + R` to build and run the project on your selected device or simulator.\n\n5. Play the game and enjoy! If you wish to display FPS and node count, press `Cmd + F` to toggle the debug information.\n\n## How to Play\n\n- Tap anywhere on the screen to make the bird flap its wings and fly.\n- Avoid the pipes by flying through the gaps between them.\n- The game ends if the bird touches the pipes or falls to the ground.\n- Try to beat your highest score!\n\n## Contributing\n\nContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nTo contribute to Flappy Bird Game, follow these steps:\n\n1. Fork the project.\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`).\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`).\n4. Push to the Branch (`git push origin feature/AmazingFeature`).\n5. Open a Pull Request if you want to merge your changes.\n\n## License\n\nThis project is distributed under the MIT License. See [LICENSE](LICENSE) for more information.\n\n## Acknowledgements\n\n- [Original Flappy Bird Game](https://en.wikipedia.org/wiki/Flappy_Bird)\n- [SpriteKit Documentation](https://developer.apple.com/documentation/spritekit)\n- [Swift Programming Language](https://swift.org/documentation/)\n\n---\n\nCreated with ❤️ by [Son Nguyen](https://github.com/hoangsonww) in Spring 2024. Thanks for stopping by! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoangsonww%2Fflappy-bird-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoangsonww%2Fflappy-bird-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoangsonww%2Fflappy-bird-game/lists"}