/FlappyBot

Primary LanguagePython

Flappy bird AI using NEAT-Python

A quick flappy bird clone to test game playing AI. The original game was created by Dong Nguyen and .GEARS games. The Clone code is heavily based on @Tech With Tim .

Requirements

  • pygame
  • neat-python You can install the included requirements file: pip install -r requirements.txt