Skip to content

drunkbit/flappyterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Terminal-based version of the popular game Flappy Bird

Topics

Resources

Stars

Watchers

Forks