Attention: This game does not have a save feature, but people on Hacker News have already found a way to save their progress.

Export the items to a json string:

console.log(JSON.stringify({discoveries: window.$nuxt.$root.$children[2].$children[0].$children[0]._data.discoveries, elements:window.$nuxt.$root.$children[2].$children[0].$children[0]._data.elements}))

Load the items from a json string:

a = PUT YOUR JSON HERE;

window.$nuxt.$root.$children[2].$children[0].$children[0]._data.elements = a.elements; window.$nuxt.$root.$children[2].$children[0].$children[0]._data.discoveries = a.discoveries;

  • @SgtAStrawberry
    link
    English
    41 year ago

    I love this types of games. Happy to hear that desktop works better then mobile, the scrolling made it somewhat difficult.

    • M137
      link
      English
      -211 year ago

      It’s “this type of game” or “these types of games”

      Than*

      Learn basic grammar, FFS.