An example of a technical move forward would be a game world that is so large it must be procedurally generated, that also has the two properties that it is massively multiplayer, and that players can arbitrarily alter the environment.
You’d get the technical challenge of reconciling player-made alterations to the environment with the “untouched” version of the environment according to your generative algorithm. Then you’d get the additional challenge of sharing those changes across lots of different players in real time.
I don’t get the sense that either of the two properties (massively multiplayer and alterable environment) are a big part of this game.
If a game with all three properties (procedural generation of a large universe, massively multiplayer, and alterable environment) were to be made, it’d make me take a harder look as simulation arguments.
The article looks like they’re trying to say how awesome their game is.
Any TECHNICAL difference between that and, say, a decent rogue-like algorithm? I have a feeling that it’s scaled-up rather than technical up.
Also, couldn’t see a GitHub link, so I’m assuming this is proprietary and therefore have no reason to trust whatever they say.
Yeah, it’s like they are making a miracle of “the result of rolling a die is a surprise, even to the person who rolled the die”.
An example of a technical move forward would be a game world that is so large it must be procedurally generated, that also has the two properties that it is massively multiplayer, and that players can arbitrarily alter the environment.
You’d get the technical challenge of reconciling player-made alterations to the environment with the “untouched” version of the environment according to your generative algorithm. Then you’d get the additional challenge of sharing those changes across lots of different players in real time.
I don’t get the sense that either of the two properties (massively multiplayer and alterable environment) are a big part of this game.
If a game with all three properties (procedural generation of a large universe, massively multiplayer, and alterable environment) were to be made, it’d make me take a harder look as simulation arguments.