Depends on what you're using AI for. Programming purposes? Most people aren't too bothered by that all things considered. Making assets like art and music? Yeah, people really dislike that, and there's a huge stigma against games featuring such assets on platforms like Steam. Even if you manage to ignore the ethics issues and controversy, AI generated assets have the issue that they can be difficult to work with for…
Ask HN: Is it worth avoiding AI while making a game?
21–27 of 27 posts
Re: Ask HN: Is it worth avoiding AI while making a game?
#22So I've handcoded and released a couple dozen games in the past, but I'm now old with responsibilities and a day job of coding, and my brain just doesn't have the energy to mess about with it like it used to after a day of work, so I have started experimenting with letting A.I. agent code some things (and been surprised at how well it can work). I'm aware of the gen AI stigma but it's either that or this damn game pr…
Re: Ask HN: Is it worth avoiding AI while making a game?
#23I would like to try game development, only for personal satisfaction, and I will definitely be using coding agents and AI generated assets to help. I have very little free time and I am a decent enough programmer that I think I should be able to pick up what the agent is doing if I keep the chunks small enough and review each time. And this will be for my own hobby purposes and possibly for my children only. But, if…
Re: Ask HN: Is it worth avoiding AI while making a game?
#24If you don't use AI, making a genuinely good game will take multiple years. I'm not sure how fast AI will speed you up, but many of the things that would take time (creating assets, engine optimization, balancing) could be aided by AI.
Re: Ask HN: Is it worth avoiding AI while making a game?
#25So if AI increases your odds of finishing, go for it. Then once you have a game, more people will care about whether it's good than whether you used AI assets. I suspect there will be lots of interest in how you incorporated AI, maybe even moreso than otherwise. You could alternatively use the AI assets as placeholders and intend later to replace them with hand-drawn, if desired.
When I made games, I had zero interest in making assets but wanted to understand every detail about graphics engines. I just grabbed random mediocre assets from online. I would have definitely used AI to make assets but done the coding myself.
Re: Ask HN: Is it worth avoiding AI while making a game?
#26Doing all of the work yourself at least once (or at least really giving it a go) will help you develop two of the most important skills in game development: understanding what parts of the process of game dev you like and are best at, and understanding how much time and effort it takes to get to something you think is good.
AI shouldn't be used as a replacement for not learning a skill. You will never have as much control over an AI doing the work for you as you want, and your role as the middle man between whatever AI agent you are using to do all the work and the end result is not a good or fulfilling place to be.
You don't have to avoid AI all together, but use it in ways that enhance the skills you care about developing instead of filling in for ones you lack. A good example for art is using it for placeholder art when you are starting something new or experimenting with an artistic choice. Using AI as a more convenient way to look up information while you are coding is very different than prompting what you want done and blasting it directly into your project.
Do you want to learn how to draw or buy a 3D printer with a pencil holder attachment and download images for it to draw for you?
Re: Ask HN: Is it worth avoiding AI while making a game?
#27Here it is: https://www.aiblockblastsolver.com
At the same time, most of the logic, debugging and problem-solving still came down to regular development work. So using AI with clear limits feels more like using a tool than replacing the work itself.