Welcome to the Unity Flappy Bird Remake repository! This project is a recreation of the popular Flappy Bird game using Unity and programmed in C#. Whether you're new to game development or a seasoned developer seeking a fun project, this is a great place to start.
-
Classic Gameplay: Experience the addictive Flappy Bird gameplay faithfully recreated in Unity.
-
Unity Engine: Utilizes the powerful Unity game development engine, providing a robust platform for further expansion and customization.
-
C# Scripting: The game logic is written in C#, ensuring clarity, modifiability, and extensibility.
-
Customization: Modify the game, introduce new mechanics, or enhance visuals to personalize your Flappy Bird experience.
-
Clone the Repository:
git clone https://github.com/egzavyer/flappy-bird-remake.git
-
Open in Unity:
- Launch Unity Hub.
- Click on "Add" and select the cloned repository folder.
-
Explore and Modify:
- Open the project in Unity.
- Navigate to the
Assets/Scripts
folder to find and modify the C# scripts.
-
Run the Game:
- Click the play button in the Unity Editor to run and test your Flappy Bird game.
This project is licensed under the MIT License - see the LICENSE.md file for details.