Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.33 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.33 KB

Flappy-Bird-AI 🐤

Artificial Intelligence based Flappy Bird Game

Created by Shubham Kumar

License awesome Stargazers


Libraries

  • Processing.js
  • Javascript

Explanation

This Project uses neural-network & genetic algorithm for bird's brain.

nn

  • Uses Genetic Algorithm explained here

References

  • The Coding Train NN
  • Demystifying RL Intel