Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 591 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 591 Bytes

flappy-bird

Pygame Flappy-Bird game with reinforcement learning

Installation

Via Poetry

Poetry is the recommended method to install this project. Simply run:

poetry install

To install the project's requirements into a new virtual environment.

Via pip

Project installation can also be done with pip. Run:

pip install -r requirements.txt

It is recommended to install the project requirements into a project-specific virtual environment.

Usage

To play the game, run

python flappy_bird/driver.py

Use the space bar to jump!