AI CODED FLAPPY BIRD
About
THIS GAME WAS ENTIRELY PROGRAMMED BY AN AI.
Recently I've gained access to GitHub CoPilot. GitHub CoPilot is a software that uses AI to assist programmers. I wondered how much it can really do. I decided to put it to the test and forced it to make Flappy Bird, a simple yet somewhat enjoyable game. Needless to say, I was shocked, it did exactly that.
The actual code isn't perfect by all means. When I looked at 95% of the code generated by the AI I thought to myself, "There are way better and more optimized ways to do this." Despite this I let the AI do what it wanted to do.
The steps to get the AI to generate code are fairly easy. I would comment out lines and explain what I was trying to do in detail. The AI would read that and generate the code it think I want to do.