Skip to content

vicky16898/FlappyBird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlappyBird

Welcome to the Flappy Bird Remake! This project is a recreation of the classic Flappy Bird game using Unity. The aim of the game is to navigate the bird through a series of pipes without colliding with them. This project is built with the intention to learn and demonstrate Unity game development skills.

Table of Contents

Features

  • Classic Flappy Bird gameplay
  • Simple and intuitive controls
  • Dynamic pipe generation
  • Score tracking
  • Collision detection and game over logic
  • Attractive graphics and animations

Installation

To run this project locally, follow these steps:

  1. Clone the repository
    git clone https://github.com/yourusername/flappy-bird-remake.git
  2. Open the project in Unity
  3. Load the MainScene scene
  4. Press the Play button in the Unity Editor

Gameplay

  • Objective: Navigate the bird through the gaps in the pipes to score points.
  • Controls: Click or tap the screen to make the bird fly higher.
  • Game Over: The game ends when the bird collides with a pipe or the ground.

Screenshots

Technologies Used

  • Unity
  • C#
  • Visual Studio

Contributing

Contributions are welcome! If you'd like to contribute, please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/YourFeature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin feature/YourFeature)
  5. Create a new Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

If you have any questions or suggestions, feel free to reach out!


Thank you for checking out the Flappy Bird Remake project! Happy gaming!

About

A Unity-based Flappy Bird remake.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages