Which game engine is recommended for vibe coding games? I assume something like Unity is not very practical, since it's very GUI heavy.
I've build 10+ games which I am ashamed to show :) Straight JS/html/css front-end with zero dependencies works well. Ask for a node.js backend and can be instantly deployed as client/server or straight to html - multiplayer feels trivial. C# Monogame works well for something heavier. You can actually edit Unity scenes directly using the LLM as they're a readable text file which works ok, but Unity is bloatware when y…
People who want to build game engines should build game engines; people who want to build games should absolutely use Unity, Unreal or Godot in no particular order.
It's no different than needing to build a web framework so that you can make a website. The people who do it are often not even aware that they are procrastinating.