I mean, there is plenty of people out there who enjoy the process of making a game(they have a really clear idea of gameplay mechanics they think would be fun when put together) but they really don't enjoy programming at all. I guess it's kinda the same - I Want to see my game happen, I don't want to code it. Which isn't that different from where all the other tools are leading us anyway. Nowadays you can make a video game by just downloading an engine and building everything using the included scripting language most of the time - no need to understand rendering, IO, input or anything else.
There's a time and place for everything.
> Nowadays you can make a video game by just downloading an engine and building everything using the included scripting language most of the time - no need to understand rendering, IO, input or anything else.
I don't disagree, but I don't see it as a positive, looking at the current game releases and their performance being shockingly unoptimised, there is a lot of lost real world value in knowing the lower level details, it's like anything really, sometimes you have to do the hard/unappealing work to create your best work.