Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 363 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 363 Bytes

AI-Flappy-Bird-Game

1. Create Virtual Environment

$ python -m venv venv

2. Activate Virtual Environment

$ venv\Scripts\activate

3. Install Required Packages

$ pip install -r requirements.txt

4. Run the game.py file

Credits Tech With Tim