I asked an AI to re-make flappy bird with scratch code, and I copied exactly what it said, then also made my own. It failed miserably and I'm showing that off in this project. The AI did a lot right: - It made the bird go up when the space key is pressed - It made the player die when it touched the pipes - It made the pipes appear at random heights - etc But it also messed some stuff up: - When the pipes spawn in, they detect if their touching the edge, then despawn. But they spawn on the edge, so they immediately disappear. - It increased the score when you touch the pipes rather than when you pass them. - It forgot a "When green flag clicked" block. - It made the player constantly go up instead of just jump. Just by playing its version, it's obvious that it failed terribly.