Could you confirm to what extend you've used generative AI? We've clearly stated that's against the rules of the game jam and might lead to disqualification.
Viewing post in Exponential Decay jam comments
Absolutely! I used it as a replacement for documentation and StackOverflow. I can give some concrete examples:
- This is my first time using Godot, so I used it for a lot of engine questions. Things like "what is the Godot version of Unity coroutines?" and "where is the 9-slice image setting for this panel?" or "how do I make a global singleton?"
- I used it to get code snippets, like I would from the documentation. It was mostly for the tween library, so things like "var tween := create_tween()" or listing the different arguments for the set_trans() and set_ease() functions. Or the difference between "self_modulate" and "color" arguments when changing the alpha channel.
- I used it to keep track of my progress as a rubber duck/interactive journal/hype man. I'll put in a todo list at the end of the night, or I'll describe a design decision I made. I've found this is helpful for me to get through mental blocks when I'm working solo.
I hope that's clear. I tried to stay within the spirit of the rules by keeping it away from the assets, code, and design. The submission disclosure was much more broad, so I figured it's better to be safe than sorry.