https://github.com/alxyng/flappybird Skip to content Navigation Menu Toggle navigation Sign in * Product + GitHub Copilot Write better code with AI + Security Find and fix vulnerabilities + Actions Automate any workflow + Codespaces Instant dev environments + Issues Plan and track work + Code Review Manage code changes + Discussions Collaborate outside of code + Code Search Find more, search less Explore + All features + Documentation + GitHub Skills + Blog * Solutions By company size + Enterprises + Small and medium teams + Startups By use case + DevSecOps + DevOps + CI/CD + View all use cases By industry + Healthcare + Financial services + Manufacturing + Government + View all industries View all solutions * Resources Topics + AI + DevOps + Security + Software Development + View all Explore + Learning Pathways + White papers, Ebooks, Webinars + Customer Stories + Partners + Executive Insights * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles Repositories + Topics + Trending + Collections * Enterprise + Enterprise platform AI-powered developer platform Available add-ons + Advanced Security Enterprise-grade security features + GitHub Copilot Enterprise-grade AI features + Premium Support Enterprise-grade 24/7 support * Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Search [ ] Clear Search syntax tips Provide feedback We read every piece of feedback, and take your input very seriously. [ ] [ ] Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Name [ ] Query [ ] To see all available qualifiers, see our documentation. Cancel Create saved search Sign in Sign up Reseting focus You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} alxyng / flappybird Public * Notifications You must be signed in to change notification settings * Fork 6 * Star 98 A clone of .GEARS' Flappy Bird in just over 1000 lines of C 98 stars 6 forks Branches Tags Activity Star Notifications You must be signed in to change notification settings * Code * Issues 1 * Pull requests 0 * Actions * Projects 0 * Security * Insights Additional navigation options * Code * Issues * Pull requests * Actions * Projects * Security * Insights alxyng/flappybird main BranchesTags [ ] Go to file Code Folders and files Name Name Last commit Last commit message date Latest commit History 48 Commits .vscode .vscode Xcode/FlappyBird Xcode/FlappyBird deps deps .gitignore .gitignore .gitmodules .gitmodules CMakeLists.txt CMakeLists.txt CMakePresets.json CMakePresets.json README.md README.md SDL_mixer.patch SDL_mixer.patch flappybird.c flappybird.c icon.png icon.png screenshot.png screenshot.png sfx_die.wav sfx_die.wav sfx_hit.wav sfx_hit.wav sfx_point.wav sfx_point.wav sfx_swooshing.wav sfx_swooshing.wav sfx_wing.wav sfx_wing.wav spritesheet.png spritesheet.png View all files Repository files navigation * README Flappy Bird A clone of .GEARS' Flappy Bird in just over 1000 lines of C. Screenshot Checkout A fresh one git clone --recurse-submodules https://github.com/alxyng/flappybird.git Existing one git clone https://github.com/alxyng/flappybird.git git submodule update --init --recursive Build and run macOS The following has been tested on macOS only but may work on other platforms. cmake --preset Release cmake --build --preset Release ./build/Release/flappybird iOS The following has been tested on XCode 16.0. From the root of the repo, apply the following patch to SDL_mixer: (cd deps/SDL_mixer && git apply ../../SDL_mixer.patch) Then open XCode, select a device and hit Run. You may have to set up signing if you haven't done so already. About A clone of .GEARS' Flappy Bird in just over 1000 lines of C Resources Readme Activity Stars 98 stars Watchers 3 watching Forks 6 forks Report repository Releases No releases published Packages 0 No packages published Languages * C 97.2% * CMake 2.8% Footer (c) 2024 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact * Manage cookies * Do not share my personal information You can't perform that action at this time.