Infinite Craft
591–600 of 831 posts
Re: Infinite Craft
#592Lemme know if there's another way to press every combination: let maxElementReachedForElement = {}; let totalElements = 0; let firstElement = 0; let secondElement = 0; setInterval(function() { document.getElementsByClassName('mobile-item')[firstElement].getElementsByClassName('item')[0].click(); document.getElementsByClassName('mobile-item')[secondElement].getElementsByClassName('item')[0].click(); totalElements = do…
let m={},t=0,f=0,s=0;setInterval(function(){document.getElementsByClassName('mobile-item')[f].getElementsByClassName('item')[0].click();document.getElementsByClassName('mobile-item')[s].getElementsByClassName('item')[0].click();t=document.getElementsByClassName('mobile-item').length;s=(s+1)%t;if(s==0){m[f]=t;if(Object.keys(m).some(i=>m[i]m[i]<t);f=p;s=m[p];}else{f=(f+1)%t;s=f;}}document.title=f+'+'+s+'|'+t;},500);
Re: Infinite Craft
#593Re: Infinite Craft
#594Re: Infinite Craft
#595Re: Infinite Craft
#596Re: Infinite Craft
#597Earlier quoted context omitted.
Here’s all the combinations I’ve came up with so far: Swamp + Mud = Quagmire Divorce + God = Odd Sun + Hourglass = Time Glass + Hourglass = Time Ice + Oasis = Penguin Sand + Stone = Pyramid Mirage + Time = Illusion Dinosaur + Lightning = Godzilla Oasis + Water = Mirage Egg + Time = chicken Golem + tide = Titan Titan + time = Chronos Poseidon + lighting = Zeus Titan + Chronos = Cronus Time + Fire = Sun Sun * Titan = A…
Nice. At some point I got " Crypto-gangbangasm + Cthulhu Lilith Porn".
Re: Infinite Craft
#598I couldn't find any information but does this use some kind of LLM to derive the combinations from? It makes a request to the backend every time you combine items which sometimes takes >500ms, and also supports some really wild combinations that I highly doubt someone has taken the time to come up with. It would also explain why the icons are emoji's, it would be fairly trivial to ask ChatGPT to give you the result o…
I knew this was powered by an LLM once I crafted both "seahorse" and "sea horse"
Re: Infinite Craft
#599I don't get it; maybe it's broken in my browser. I can drag 4 types of items to a floating grid that connects them but then nothing happens. EDIT: Ah, you drag items on top of each other for them to change. Instructions unclear, and I am dumb.
Yep, at first i tried to make geometric arrangements out of multiple items too. Water surrounded by 5 fire in a circle - ish - did absolutely nothing. Only by checking the HN comments i figured out you have to combine items.