Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 283 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 283 Bytes

AIFlappyBird

AI that learns to beat flappy bird. Forked and modified from TechWithTim Flappy Bird project.

Technology

  • Python
  • NEAT algorithm

Purpose

The purpose of this project was to create a Flappy Bird game to better understand reinforced learning in video games.