Skip to content

R3mmurd/Bird-py

Repository files navigation

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.

About

Another remake of the game Flappy Bird

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages