Created by Son Nguyen 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.
To run this game on your device, follow these very simple steps:
Clone the repository to your local machine:
git clone https://github.com/hoangsonww/Flappy-Bird-Game.git
Open the project in Xcode:
open FlappyBirdGame.xcodeproj
Select your target device or simulator. Ideally, use an iPhone with iOS 14.0 or later for the best experience.
Press Cmd + R
to build and run the project on your selected device or simulator.
Play the game and enjoy! If you wish to display FPS and node count, press Cmd + F
to toggle the debug information.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
To contribute to Flappy Bird Game, follow these steps:
git checkout -b feature/AmazingFeature
).git commit -m 'Add some AmazingFeature'
).git push origin feature/AmazingFeature
).This project is distributed under the MIT License. See LICENSE for more information.
Created with ❤️ by Son Nguyen in Spring 2024. Thanks for stopping by! 🚀