
Testing AI Code Generation: A Simple Platformer
In this brief experiment, I tasked three different AI tools—GPT, Gemini, and Composer 1—with the same objective: creating a basic platformer game. The goal was to observe how each model approached a standard coding request with minimal instruction. The process was straightforward and yielded functional results, serving as a quick demonstration of current capabilities in generating simple game logic without requiring a deep technical breakdown.
GPT
Kept the character png file.
Gemini
Simplified the character for no reason.
Composer
Ignored the character completely.