FlappyTerm is a simple terminal-based version of the popular game Flappy Bird.
- Use
Space
to make the bird flap its wings and fly. - Avoid hitting the pipes that appear on the screen.
- Each time you successfully pass through a pair of pipes, you earn a point.
- The game ends if you hit a pipe.
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
Enter
-> to start the game.Space
-> to make the bird flap its wings and fly.Esc
-> to exit the game.