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;

you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 2 years ago* (last edited 2 years ago) (1 child)

sandman + sandwoman = sandkids

awww

  • source
  • hideshow 2 child comments
  • [–] 3 points 2 years ago* (last edited 2 years ago)

    ah man this llm is gold

    vampire + zombie = zompire

    superman + dracula = batman (guess makes sense...)

    superman + thor = superthor

    superman + superthor = supermanthor (the ultimate superhero?)

    And my ultimate creation:

    Super Justice Phoenix League

  • source
  • parent