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