This code is based on the UCI AI Club Flappy Bird workshop and the flapPybird original ocde
Python 3.6.8 Download. https://www.python.org/downloads/release/python-368/?fbclid=IwAR2tjkyGDbWLivj2TVRRBYpB5hSFk7LmKcCpCKJU9ASrmq2CNcdxwsSZKxg
Has to be python3.6.8, other tensorflow will not install
(optional)create your virtual environment by entering the below command
pip3.6 install virtualenv
Then, you have to run the following to make and activate the venv
virtualenv flappyenv
flappyenv\Scripts\activate.bat
pip install -r requirements.txt (or use only this line if don't want to create virtualenv)
python flappy.py