Okay so if you download this .html file off Google Drive and open it in your browser (should work on mobile but I've only tried on desktop), that is the current draft of the game itself. This Google Doc is the code for the important bit.
What's going on here is, some episodes are consecutive. Like, Origins 1 has to be first, so that's the only place you can go at first. Origins 2 has to be second, so that's the only place you can go from Origins 1. Later, Collector starts immediately after Volpina, so the only place you can go from Volpina is Collector.
Other episodes definitely occur sequentially. Like, you can't get to Evillustrator until you've gone to both Stormy Weather and Lady Wifi, because the title characters of those episodes (1) first appear in the respective episodes (2) are seen in Evillustrator. (fsvo 'first appear'—Lady Wifi is Alya, who is in nearly every episode—but I assume you're not here for an explanation of what's going on in canon, though I also assume you know you're about to get spoiled to hell and gone if you're coming in with no canon knowledge.) And there's a lot you can't get to before Pixelator because a key character in those episodes first appears in Pixelator. (Or so I assume because another recurring character didn't recognize him at first in Pixelator. The said character recognizes him fine in Darkblade, which aired earlier and is also earlier in US Netflix's viewing order. You see why this show's chronology gives me fits!)
Other episodes...well, they definitely occur at some point? We can make guesses on when based on how the characters are interacting—judging by how Marinette behaves around Adrien, Bubbler is way earlier than Gigantitan—but we can't actually prove it? (also, crap, I need to fix the code because Bubbler is definitely before Despair Bear and I only just realized that...and now I have fixed the code in Twine but I can't be bothered updating the doc or the upload, so)
So if a particular episode does not appear in your game history, and all the episodes that definitely occur before that episode do, then you are able to visit that episode. This adds the episode to your history and appends the episode name to the array. When you return to the screen that you're seeing code here for—as you must do after every episode, unless (1) there is only one possible next episode, as with Volpina, in which case you go to that episode next (2) there is a very probable next episode (like, I'm pretty sure Guitar Villain is right on Pixelator's heels), but "probable" isn't "certain", so the probable next episode is an option next to returning to the main list—the code runs again. That updates the list of available episodes for you to go to next, and shows the array of the episodes you've already gone to in the order you've gone to them.
no subject
Date: 2019-06-13 08:11 pm (UTC)What's going on here is, some episodes are consecutive. Like, Origins 1 has to be first, so that's the only place you can go at first. Origins 2 has to be second, so that's the only place you can go from Origins 1. Later, Collector starts immediately after Volpina, so the only place you can go from Volpina is Collector.
Other episodes definitely occur sequentially. Like, you can't get to Evillustrator until you've gone to both Stormy Weather and Lady Wifi, because the title characters of those episodes (1) first appear in the respective episodes (2) are seen in Evillustrator. (fsvo 'first appear'—Lady Wifi is Alya, who is in nearly every episode—but I assume you're not here for an explanation of what's going on in canon, though I also assume you know you're about to get spoiled to hell and gone if you're coming in with no canon knowledge.) And there's a lot you can't get to before Pixelator because a key character in those episodes first appears in Pixelator. (Or so I assume because another recurring character didn't recognize him at first in Pixelator. The said character recognizes him fine in Darkblade, which aired earlier and is also earlier in US Netflix's viewing order. You see why this show's chronology gives me fits!)
Other episodes...well, they definitely occur at some point? We can make guesses on when based on how the characters are interacting—judging by how Marinette behaves around Adrien, Bubbler is way earlier than Gigantitan—but we can't actually prove it? (also, crap, I need to fix the code because Bubbler is definitely before Despair Bear and I only just realized that...and now I have fixed the code in Twine but I can't be bothered updating the doc or the upload, so)
So if a particular episode does not appear in your game history, and all the episodes that definitely occur before that episode do, then you are able to visit that episode. This adds the episode to your history and appends the episode name to the array. When you return to the screen that you're seeing code here for—as you must do after every episode, unless (1) there is only one possible next episode, as with Volpina, in which case you go to that episode next (2) there is a very probable next episode (like, I'm pretty sure Guitar Villain is right on Pixelator's heels), but "probable" isn't "certain", so the probable next episode is an option next to returning to the main list—the code runs again. That updates the list of available episodes for you to go to next, and shows the array of the episodes you've already gone to in the order you've gone to them.
Clear as mud, right?