Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 872 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 872 Bytes

Flappy-Bird-AI

This a clone of the famous Flappy Bird game and an AI to play the game. Made using Pygame and NEAT.

The demo giph should be here

Instructions to run the AI

  1. Clone the repo.
  2. Install the requirements.
  3. Run flappy_bird.py

You can just copy paste the following lines.

git clone https://github.com/dh1n3sh/Flappy-Bird-AI.git  
cd Flappy-Bird-AI
pip install -r requirements.txt
python flappy_bird.py

Instructions to play the game

Just checkout to Playable-Game and run flappy_bird.py

git checkout Playable-Game
python flappy_bird.py

You can test drive the code here Gitpod ready-to-code