|
|
|
|
|
by Graziano_M
355 days ago
|
|
Think of every location in the game as accessible only after certain events or items are acquired. You can create a directed acyclic graph (how build systems figure out dependencies!). You can randomize all the locations of items, as long there is still a way to get from the starting node to the ending node. |
|
Now does the DAG make sense to humans? Does it ever put things in absurd places, eg. a necessary dungeon key in a random grotto halfway across the map (or in another time)? Without clues, how would you know where to check next? Does the game help at all?
How out of sequence can the game get?
Is Master Quest just the moral equivalent of a single static random roll of the Randomizer?
Someone should do this with Majora's Mask, but in a way that can somehow combine the two games.