Skip to content

This is a Study Project: "Flappy Bird Clone in C"

Notifications You must be signed in to change notification settings

Diegiwg/flappy-bird-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird in C 🐦

This is a Study Project: "Flappy Bird Clone in C"

About the Project

What is Flappy Bird?

Flappy Bird is a popular skill-based game where a bird must fly through an obstacle course, avoiding collisions with pipes, while maintaining a steady and balanced flight path. Your goal is to achieve the highest score by navigating through the obstacles.

Project Objective

The aim of this project is to create a simplified version of Flappy Bird in C, exploring concepts such as keyboard input, character control, game logic, and rendering in the Windows terminal. It utilizes the windows.h library to create an interactive terminal interface.

How to Use the Project

  1. Clone this repository to your development environment.
git clone https://github.com/diegiwg/flappy-bird-c.git
  1. Open the project in your development environment (for example, Visual Studio, Code::Blocks, Dev-C++, etc.).

  2. Compile the source code and run the program.

  3. Use the space bar to control the bird and navigate through the obstacles. The goal is to see how long you can keep the bird flying and how many obstacles you can pass.

  4. Have fun exploring the source code and experimenting with modifications to enhance the game or learn more about C programming.

Contribution

This project is intended for learning and experimentation. Feel free to contribute improvements, bug fixes, and new features. Fork this repository, make your modifications, and submit a pull request.

Learning Resources

If you are just starting with C programming or want to learn more about creating simple games in C, this project provides a great opportunity. Here are some additional resources to aid your learning:

Enjoy Your Learning Journey

This project is an excellent way to refresh your C programming skills and have fun at the same time. Try out different ideas and features, expand the game, and enhance your programming knowledge. Happy coding! 😊🎮

About

This is a Study Project: "Flappy Bird Clone in C"

Resources

Stars

Watchers

Forks

Languages