I used python with NEAT and Pygame library to develop a Neural Network who can learn how to play Flappy Bird game.
git clone https://github.com/nicolasleal570/FlappyBirdNeuralNetwork.git
cd FlappyBirdNeuralNetwork
pip install -r requirements.txt
python main.py