A Flappy Bird game implemented in C language using the ncurses library in the terminal.
- GCC compiler
- ncurses development library
sudo apt-get update
sudo apt-get install build-essential libncurses5-dev libncursesw5-devmake- Space or Up Arrow: Make the bird jump
- r or Space: Restart after game over
- q or ESC : Quit the game
- Simple physics engine (gravity and velocity)
- Randomly generated pipe obstacles
- Simple count score system
- Collision detection
- Game over and restart functionality
'Ncures Library':https://invisible-island.net/ncurses/man/ncurses.3x.html