Skip to content

TomMcKenna1/terminal-flappy-bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terminal-flappy-bird

Play a flappy bird game in your linux terminal.
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact

About The Project

Play a flappy bird game in your UNIX based terminal. Press the spacebar to flap your wings but avoid the walls! Try and get past as many pipes as you can without crashing.

Getting Started

The game is currently only supported on UNIX based systems. To play, follow the steps below.

  1. Clone the repo
    git clone https://github.com/TomMcKenna1/terminal-flappy-bird.git
  2. Navigate to the terminal-flappy-bird directory
    cd terminal-flappy-bird
  3. Compile the source code
    gcc src/main.c -o main.elf
  4. Run the main.elf file
    ./main.elf
  5. Press the spacebar key to start the game!

Controls

  • spacebar -- Move the bird upwards.
  • q -- Quit the game.

Roadmap

  • Add score counter
  • Add game over screen/reset screen
  • Reduce complexity of terminal screen refresh
  • Add Windows support
  • Add settings screen

See the open issues for a full list of proposed features (and known issues).

Contributing

Any contributions you make are greatly appreciated; I try to promptly check all of them!

If you have a suggestion that would improve this project, please fork the repo and create a pull request. You can also simply open an issue with the label "enhancement". Don't forget to give the project a star! Thanks again.

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a pull request

License

Distributed under the Apache 2 License. See LICENSE.txt for more information.

Contact

Tom McKenna - Follow me on LinkedIn! - tom2mckenna@gmail.com

Project Link: https://github.com/TomMcKenna1/terminal-flappy-bird

Releases

No releases published

Packages

No packages published

Languages