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
[–] 11 points 2 years ago* (last edited 2 years ago) (1 child)

Rainbow Road + Mario Kart = Death
Electric car + fire = Tesla

My favorite creation so far has been "Mario Kart 8 Deluxe - Booster Course Pass Wave 4"

  • source
  • hideshow 2 child comments
  • [–] 3 points 2 years ago (1 child)

    How the hell do you even get that far?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 6 points 2 years ago

    I'm not even sure, the chain of crafting I had to go through was so long I couldn't tell you what I did. I gave it another go later on and only managed to create "Mario Kart 8 Deluxe Booster Course Pass". To make things more difficult, results that are too long can't be combined with anything else, so you have to create those long results all at once from very specific shorter ingredient words.

  • source
  • parent