1. AI is a useful but over‑hyped tool
- dwroberts complains that “People are so obsessed with using AI stuff for the sake of it, it’s nuts.”
- rhdunn counters that “I use it where and when it is useful… for example advanced autocomplete… or answering questions.”
- Vespasian notes that “they can take a look at what, if anything at all, they can use in their workflow as a useful tool not a magic solution.”
2. Engine choice matters: big engines vs lightweight frameworks vs building your own
- rimmontrieu argues that “If you don’t intend to ship any AAA games, consider investing your time to learn code‑first game frameworks like libGDX, MonoGame, love2d… or even lower level stuffs like SDL, bgfx, opengl.”
- JoeyJoJoJr says “I’d highly recommend going with SDL if it’s 2D… the downsides of using C++ are now heavily mitigated with the use AI tools.”
- abcde666777 warns that “building your own engine can be viable only if you know what you’re doing… otherwise it can be a dangerous fool’s errand.”
3. AI can streamline tedious work but may erode the joy of programming
- tripledry admits “I still don’t use it for the game programming as it sucks the joy out of it for me.”
- rhdunn adds that “Like all tools, you need to read, check, and verify its output.”
- dwroberts questions the value: “If you can already program your game and create art for it, what is it going to be doing?”
These three threads—AI’s role, engine selection, and the balance between automation and creative satisfaction—dominate the conversation.