Skip to content

javirs200/CBird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Flappy Bird Clone

This is a simple Flappy Bird clone implemented in C using the conio.h, windows.h, stdlib.h, and stdio.h libraries.

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository: git clone https://github.com/javirs200/cbird.git
  2. Open the project in your preferred C development environment.
  3. Compile the source code using the appropriate compiler command.
  4. Run the executable file generated after compilation.

Features

  • Simple and intuitive gameplay similar to the original Flappy Bird.
  • Use the spacebar to make the bird jump and avoid obstacles.
  • Score tracking to keep track of your progress.

Dependencies

This project relies on the following libraries:

  • conio.h: Provides console input/output functions for Windows.
  • windows.h: Enables access to Windows-specific functions and features.
  • stdlib.h: Contains general-purpose functions and memory allocation functions.
  • stdio.h: Provides input/output functions for reading and writing files.

Contributing

Contributions are welcome! If you would like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your forked repository.
  5. Submit a pull request to the original repository.

License

This project is licensed under the MIT License.

Acknowledgments

  • The original Flappy Bird game created by Dong Nguyen.
  • conio.h library for console input/output functions.
  • windows.h library for Windows-specific functions.
  • stdlib.h library for general-purpose functions.
  • stdio.h library for input/output functions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages