Play a flappy bird game in your linux terminal.
Report Bug
·
Request Feature
Table of Contents
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.
The game is currently only supported on UNIX based systems. To play, follow the steps below.
- Clone the repo
git clone https://github.com/TomMcKenna1/terminal-flappy-bird.git
- Navigate to the
terminal-flappy-bird
directorycd terminal-flappy-bird
- Compile the source code
gcc src/main.c -o main.elf
- Run the
main.elf
file./main.elf
- Press the
spacebar
key to start the game!
spacebar
-- Move the bird upwards.q
-- Quit the game.
- 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).
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.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a pull request
Distributed under the Apache 2 License. See LICENSE.txt
for more information.
Tom McKenna - Follow me on LinkedIn! - tom2mckenna@gmail.com
Project Link: https://github.com/TomMcKenna1/terminal-flappy-bird