Skip to content

Latest commit

 

History

History
10 lines (4 loc) · 618 Bytes

README.md

File metadata and controls

10 lines (4 loc) · 618 Bytes

AI-Plays-FlappyBird

I created a flappy bird game with pyGame -> playable source code here

Then, I used genetic algorithm and neural network to let it play itself (library NEAT) and modified the game based on ai. It takes 3 input and uses sigmoid to decide whether it will jump or not. (can be improved)