Project which got me excited in game Dev and machine Learning It uses library neat-python to implement machine learning
- Python 3.8
- PyGame 1.9.6
- neat-python 0.92
- clone directory
- run
pip3 install -r requirements.txt
(If command will give an error, manually install pygame and neat-python using pip) - run
python3 flappy_bird.py
I followed the tutorial of: techwithtim: https://github.com/techwithtim/NEAT-Flappy-Bird and started to play with it.