|
|
|
|
|
by kevingadd
1013 days ago
|
|
Minecraft's engine wasn't remotely revolutionary, it was basically a 1:1 riff on an XNA game called Infiniminer that predated it. And its engine wasn't especially good. Minecraft's success is almost entirely due to its accessibility and the fundamental strength of its design - both things that are possible in any game engine. These days a large % of Minecraft installs are a C++ version of the game and not the original Java version, because it's really not about the engine. |
|
> And its engine wasn't especially good.
It was good enough. It's non trivial to do, despite appearances.
> These days a large % of Minecraft installs are a C++ version of the game and not the original Java version, because it's really not about the engine.
But is the Bedrock version even the majority? It's been out for years and adoption is very slow. If it was not for game consoles it might not have taken off at all. And the main reason is mods. Which are not part of the "engine" as you put it, and were enabled by the technology choice.