Live data from Hacker News

Infinite Craft

neal.fun

391–400 of 831 posts

Re: Infinite Craft

#392
post #354

Earlier 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?

Is the author of this game doing that?

Re: Infinite Craft

#393
post #93

Earlier 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.

My best so far is Superninjaghostmansnowghostman

Re: Infinite Craft

#395
post #4

I 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.

On mobile it's just tapping, no drag and drop required.

Re: Infinite Craft

#396
Much sadness Hacker + News yields nothing.

My 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

#397
Lemme 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 = 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 delay

Re: Infinite Craft

#399

My 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…

This is really cool, thanks. I was just using ctrl+f to find things. I've got like 1200+ words right now so I totally understand the unwieldy-ness.

Re: Infinite Craft

#400

Angel + 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.

How many greek gods have you managed to get? I got Zeus, Hera, Athena, and Poseidon, plus Achilles if he counts.
Post reply on HN