Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 466 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 466 Bytes

FlappIA-Bird-Python

Implementation of https://github.com/JVictorDias/FlappIA-Bird in Python

TODO

Interface

  • Load and draw sprites
  • Screen movement
  • Pipes movement X
  • Pipes movement Y
  • Bird movement
  • Bird gravity
  • Check Colision
  • Screen texts/messages
  • Draw resume

IA

  • Neural network
  • Draw network
  • Select generation
  • ...

Others

  • Special pipe
  • Parachute
  • This readme :)