MrSteelRat / Flappy-Birds

This is fun project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building and Running

Desktop (Windows/Linux)

  1. Install SFML on your system.
  2. Ensure CMake is installed on your machine.
  3. Open a terminal and navigate to the root directory of the project.
  4. Create a build directory: mkdir build && cd build
  5. Run CMake to configure the project: cmake ..
  6. Build the project: cmake --build .
  7. Run the executable generated in the build directory.

Android

  1. Install Android Studio and configure the Android NDK.
  2. Open the Android project in the android folder using Android Studio.
  3. Build and run the project on an Android device or emulator.

Controls

  • Use the space bar or tap the screen to make the bird flap its wings and ascend.
  • Navigate through obstacles by adjusting the bird's altitude.
  • Avoid crashing into pipes to maintain your score and progress.

Screenshots

--coming soon Flappy Bird Screenshot

License

This project is licensed under the GNU General Public License v3.0.

Acknowledgments

  • The game concept is inspired by the original Flappy Bird created by Dong Nguyen.

Feel free to contribute, report issues, or suggest improvements!

Happy flying!

About

This is fun project


Languages

Language:C++ 70.5%Language:CMake 29.5%