Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.19 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.19 KB

Bird

This is a another remake of the game Flappy Bird made with Python.

Getting started

Set up a virtual environment, for example:

$ python3 -m venv .venv

Activate the virtual environment:

$ source .venv/bin/activate

Install the requirements:

$ pip install wheel
$ pip install -r requirements.txt

Run the game:

$ python main.py

How to play

The game is designed to play it with the keyboard. Control keys are:

  • Space: jump.
  • P: pause or resume game.
  • Enter or return: Starts game from the title screen and get back to the title screen from the score screen.

Credits

Demo

Demo Flappy Bird.