Flappy Bird Game
Overview This is a simple implementation of the classic Flappy Bird game using Java and the Swing framework. The game involves controlling a bird to navigate through columns by jumping. The objective is to score points by passing through openings between the columns without colliding.
Features Simple Controls: Control the bird by clicking the mouse or pressing the space bar to make it jump. Score Tracking: Keep track of your score as you successfully navigate through columns. Restart: The game can be restarted by clicking or pressing the space bar after a game-over.
Getting Started To run the game locally, follow these steps:
Clone the Repository: bash Copy code git clone https://github.com/trungddao/flappy-bird.git
Compile and Run: bash Copy code cd flappy-bird javac FlappyBird.java java FlappyBird Game Controls:
Mouse Click: Jump Space Bar: Jump
Contributing If you'd like to contribute to the project, please follow the standard GitHub flow:
Fork the repository. Create a new branch: git checkout -b feature/your-feature. Make your changes and commit them: git commit -m 'Add new feature'. Push to the branch: git push origin feature/your-feature. Open a pull request.
Acknowledgments This is a simple implementation of the classic Flappy Bird game, not my origional idea
Feel free to customize this template based on your specific project details and preferences.