Making AI Play Flappy bird - Godot 4 AI

Опубликовано: 19 Май 2026
на канале: Elopatin
105
4

I made an AI play flappy bird in Godot 4.
I let the AI run for a weekend to see how many points it could get.
This is made in godot version 4.2 using gd script.

The AI structure is 6 inputs, to hidden layers, one with 8 neurons,
the other with 4, and one output.
The 6 inputs are, velocity.y, position.y,
and the next to pipes x and y position.

Source code on Github: github.com/bit-flows/flappyAI