I recently made a game with PyGame that I compiled with PyInstaller. During development, I learned how to use those tools (not with AI) but there were times where I couldn’t figure out how to resolve a problem.
I used ChatGPT (while on DuckAI) to get answers because I couldn’t find answers on my own (even on Stack Overflow). Keep in mind, I didn’t vibe-code, it was only for Bug fixes and finding out how to properly write the PyInstaller command for Mac and Windows.
Do i have to say yes to the AI generation disclosure on the game page ?
It wasn’t that often, there were even times where the places in the code where I used it where overwritten. In one instance, I asked ChatGPT how to fix I problem I had with the importation of .CSV files. Turns out, it was an issue with how I was in part because I used the wrong compilation system with PyInstaller (OneFile instead of OneDir).
I do not want to be put in the same box as those who made their game completely with AI. I made the assets myself, I got the fonts myself, I made the music myself. The only place where AI was used was at very specific moments during early development.