I got a few new discorveries. Silence of the lambs + Sharknado = Silence of the Sharks, Hannibal lecter + Quagmire = Hannibal quagmire, Hannibal Quagmire + Sharknado = Sharknibal.
Infinite Craft
391–400 of 831 posts
Re: Infinite Craft
#392Earlier quoted context omitted.
My computer programs always crashed in my first year of college, clear sign computers fail spectacularly
Did you tout your first year college programs as world changing and potentially a risk to the species because it's so intelligent/has awesome powers?
Re: Infinite Craft
#393Earlier quoted context omitted.
Forest + fire = smoke Mud + water = swamp Swamp + plant = Venus Flytrap Okay, okay. Venus Flytrap + Smoke = smoke detector
I've also got a few where it just mashes adjectives together; so far I've found Time Poseidon, Rainbow Steam Robocloud and Broken Unicorn, among other similar ones.
Re: Infinite Craft
#394Re: Infinite Craft
#395I 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.
Re: Infinite Craft
#396My favorites so far (unfortunately HN stripped out corresponding emojis):
Trump + Internet = Fake News
Bitcoin + Jesus = Satoshi
Bitcoin + Death = Taxes
Windows + Error = Blue Screen
Flying + Space Cowboy = Han Solo
Captain Picard + Elon Musk = Captain Musk
Borg + Cybersex = Borgasm
James Bond + Tantric Sex = 007 Seconds
As you can imagine it kind of went downhill from there...Re: Infinite Craft
#397let 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 = document.getElementsByClassName('mobile-item').length;
secondElement = (secondElement + 1) % totalElements;
if (secondElement == 0) {
maxElementReachedForElement[firstElement] = totalElements;
if (Object.keys(maxElementReachedForElement).some(item => maxElementReachedForElement[item] maxElementReachedForElement[item]
}, 500); // TODO : Find a way other than delayRe: Infinite Craft
#398Re: Infinite Craft
#399My friends and I have played so much already that the list of elements on the sidebar is unwieldy. You can paste this little js snippet into the console to add a basic search feature items = () => [...document.querySelectorAll('.items div.item')] show = (elt) => elt.style.display='' hide = (elt) => elt.style.display='none' search = (text) => (items().forEach(show), items().filter(e => !e.innerText.toLowerCase().inclu…
Re: Infinite Craft
#400Angel + Zeus = God. o_O This little game is too entertaining. I hope the author open sources it, or writes a technical blog post on how it's implemented.