This is a Flappy Bird game built with Golang and Raylib. The game is a tribute to the classic Flappy Bird game that was once a viral sensation.
To play the game, simply press the space bar or left click to make the bird flap its wings and fly. Your goal is to navigate the bird through the obstacles without hitting any of them. Each time you successfully pass through an obstacle, you earn a point.
If you hit an obstacle, the game is over, and you can start again by pressing R.
To install and run the game, you need to have Golang and Raylib installed on your computer. Once you have Golang and Raylib installed, follow these steps:
- Clone the repository to your local machine
git clone https://github.com/4dot4/Flappy
- Navigate to the project directory
cd flappy
- Run the game
go run .
The game relies on the following library:
- Raylib: a simple and easy-to-use library for games and interactive applications.
You can install Raylib by following the installation instructions on the Raylib website.
If you would like to contribute to the project, feel free to submit a pull request. I am always open to suggestions and improvements.
This game was built by 4dot4 and is based on the original Flappy Bird game by Dong Nguyen. Special thanks to the Raylib library for making game development in Golang so much easier.
This project is licensed under the MIT License. Feel free to use and modify the code as you see fit.