Flappier is a Flappy Bird clone built using the libGDX framework. The game involves navigating a bird through a series of pipes without hitting them.
To set up the project, follow these steps:
-
Clone the repository:
git clone https://github.com/puksh/Flappier.git cd Flappy
-
Ensure you have Java Development Kit (JDK) installed. You can download it from here.
-
Install Gradle if you haven't already.
-
Build the project:
./gradlew build
To run the game on different platforms, use the following commands:
./gradlew desktop:run
./gradlew android:installDebug
./gradlew android:run
./gradlew ios:launchIPhoneSimulator
The project is organized into multiple modules for different platforms:
- core - Contains the main game logic and assets.
- desktop - Desktop-specific launcher and configurations.
- android - Android-specific launcher and configurations.
- ios - iOS-specific launcher and configurations.
- Tap the screen to make the bird flap its wings and fly.
- Navigate the bird through the gaps between the pipes.
- Avoid hitting the pipes or the ground to keep playing.
- The game ends when the bird collides with a pipe or the ground.
- Built using the libGDX framework
- Inspired by the original Flappy Bird game by Dong Nguyen