tommadness/KH2Randomizer

Custom presets

Closed this issue · 2 comments

The end user should have the ability to generate their own presets. There are two ways I see of accomplishing this:

  1. Saving custom presets as a cookie for the user
  2. Generating a "preset string" that creates a link that automatically applies the settings.

Personally I'm more of a fan of the second option.

jhobz commented

You could also store them in localstorage. Similar to a cookie, but a little bit easier to work with.

Added in the offline seed generator v1.99