▲ 164 ▼ Infinite Craft, an endless crafting game, is out. (neal.fun) submitted 2 years ago* (last edited 2 years ago) by lawrence@lemmy.world to c/games@lemmy.world 54 comments fedilink hide all child comments 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;
[–] i_ben_fine@lemmy.one 2 points 2 years ago (2 children) Does the unlabeled galaxy emoji combine with anything? permalink fedilink source hideshow 4 child comments replies: [–] atocci@kbin.social 3 points 2 years ago (2 children) No I think it's bugged. My best guess is some kind of AI is creating the crafting results, so it must be returning an invalid result. permalink fedilink source parent hideshow 4 child comments replies: [–] Cqrd@lemmy.dbzer0.com 2 points 2 years ago It is, it's using a llama model in the API. If you watch the network tab you can see the calls it makes and modify them yourself, they're simple get requests. It's kinda fun to pick random words and see what the LLM comes up with. permalink fedilink source parent [–] DrMango@lemmy.world 1 point 2 years ago Ahh this makes sense. That's how I managed to get two separate Obi-Wan Kenobi, Anakin, Anakin Skywalker, Luke, and Luke Skywalker in the same game. permalink fedilink source parent [–] i_ben_fine@lemmy.one 3 points 2 years ago (2 children) Also, what does it mean that wedding + punch = bride? permalink fedilink source parent hideshow 4 child comments replies: [–] Tangent5280@lemmy.world 2 points 2 years ago Domestic violence permalink fedilink source parent [–] Cqrd@lemmy.dbzer0.com 2 points 2 years ago It's using an LLM in the background, don't look too hard into it. permalink fedilink source parent
[–] atocci@kbin.social 3 points 2 years ago (2 children) No I think it's bugged. My best guess is some kind of AI is creating the crafting results, so it must be returning an invalid result. permalink fedilink source parent hideshow 4 child comments replies: [–] Cqrd@lemmy.dbzer0.com 2 points 2 years ago It is, it's using a llama model in the API. If you watch the network tab you can see the calls it makes and modify them yourself, they're simple get requests. It's kinda fun to pick random words and see what the LLM comes up with. permalink fedilink source parent [–] DrMango@lemmy.world 1 point 2 years ago Ahh this makes sense. That's how I managed to get two separate Obi-Wan Kenobi, Anakin, Anakin Skywalker, Luke, and Luke Skywalker in the same game. permalink fedilink source parent
[–] Cqrd@lemmy.dbzer0.com 2 points 2 years ago It is, it's using a llama model in the API. If you watch the network tab you can see the calls it makes and modify them yourself, they're simple get requests. It's kinda fun to pick random words and see what the LLM comes up with. permalink fedilink source parent
[–] DrMango@lemmy.world 1 point 2 years ago Ahh this makes sense. That's how I managed to get two separate Obi-Wan Kenobi, Anakin, Anakin Skywalker, Luke, and Luke Skywalker in the same game. permalink fedilink source parent
[–] i_ben_fine@lemmy.one 3 points 2 years ago (2 children) Also, what does it mean that wedding + punch = bride? permalink fedilink source parent hideshow 4 child comments replies: [–] Tangent5280@lemmy.world 2 points 2 years ago Domestic violence permalink fedilink source parent [–] Cqrd@lemmy.dbzer0.com 2 points 2 years ago It's using an LLM in the background, don't look too hard into it. permalink fedilink source parent
[–] Cqrd@lemmy.dbzer0.com 2 points 2 years ago It's using an LLM in the background, don't look too hard into it. permalink fedilink source parent