/flappyterm

A simple terminal-based version of the popular game Flappy Bird

Primary LanguagePython

FlappyTerm

FlappyTerm is a simple terminal-based version of the popular game Flappy Bird.

How to Play

  1. Use Space to make the bird flap its wings and fly.
  2. Avoid hitting the pipes that appear on the screen.
  3. Each time you successfully pass through a pair of pipes, you earn a point.
  4. The game ends if you hit a pipe.

Installation

Note

FlappyTerm uses the python module keyboard, which requires root access to run.

git clone https://github.com/drunkbit/flappyterm
cd flappyterm
sudo python src/flappyterm.py

Controls

  • Enter -> to start the game.
  • Space -> to make the bird flap its wings and fly.
  • Esc -> to exit the game.