« BackInfinite Craftneal.funSubmitted by kretaceous a year ago
  • procparam a year ago

    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().includes(text.toLowerCase())).forEach(hide))
      inputElt = document.createElement('input'); inputElt.type='text';
      document.querySelector('.sidebar').prepend(inputElt)
      function handle(e) { search(e.target.value) }
      inputElt.addEventListener('input', handle)
    • smarkov a year ago

      I 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 of Fire + Water and an accompanying emoji.

      • tibbon a year ago

        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.

        • csteinbe a year ago
          • Brajeshwar a year ago

            My team and I were ghost developers to many companies, developers, and book authors in the hay days of Macromedia/Adobe Flash.

            We were approached to build a bunch of learning lessons for teachers to teach kids - primarily focusing on human anatomy. Instead of building separate lessons, we built a generator tool for the teachers to drag and drop various combinations and permutations that produce almost infinite lesson variations.

            The end customer was Pearson Publishing, and I heard they won awards and stuff. Our client was a good person and even paid us extra for doing the better version of the product they had in mind.

            That tool was like this and a few others, as mentioned in the comments. But all in ActionScript Flash, complete with sounds, laughter tracks, and ever-expanding sprites of body parts. It was one fun and fulfiling product.

            • promiseofbeans a year ago

              The game state clears on reload, so here's a wee console snippet to export your list of elements:

                  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}))
              
              
              I'll figure out how to re-import the state later, but it's past midnight for me now.
              • LonelyWolfe a year ago

                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] < totalElements)) {
                    let prevStart = Object.keys(maxElementReachedForElement).find(item => maxElementReachedForElement[item] < totalElements);
                    firstElement = prevStart;
                    secondElement = maxElementReachedForElement[prevStart]; // Start from previous end
                   } else {
                    firstElement = (firstElement + 1) % totalElements;
                    secondElement = firstElement; // No need to repeat the previous combinations.
                   }
                  }
                
                  document.title = firstElement + '+' + secondElement + '|' + totalElements;
                }, 500); // TODO : Find a way other than delay
                • crazygringo a year ago

                  I wish this were an actual game!

                  Like keep showing me a desired item to craft, that requires crafting 2 or 3 items to get to -- e.g. combine 2 existing things, then with a third existing thing. Or combine 2 existing things, another 2 existing things, and then combine those.

                  And obviously it keeps getting more complex the more items I acquire along the way.

                  And each time I play it's randomized.

                  (And let me play entirely with the keyboard by autocompleting each item as I type... dragging gets old real quick on a touchpad...)

                  • TheGlav a year ago

                    Some of my First Discoveries:

                    * Frankenstein + angel = Angelstein. (Then Angelstein + Baby = Angelina Jolie.)

                    * something + Something from Michael Jackson = Dangerous.

                    * Dangerous + Sherlock Holmes = Moriarty.

                    * Multiverse + White => Dark Multiverse + Law => Dark Law.

                    * Dark Law + us Constitution => Dark Constitution.

                    * Quark + Ocean -> Neutreno

                    * Thor + Guardian -> Heimdall

                    * Batman + vet => Batvet

                    * Avengers + Multiverse => Endgame + Dark Multiverse => Dark Engame

                    * Iron man + Star Lord -> Iron-lord

                    * Wandavision + Groot -> I Am Groot

                    * Cleanest + Terminator -> Cleaninator.

                    * A series of werepigeon, Space Pigeon, Mars Golem, Werehand, Icepigeon, Werechristmas Tree, Dust pigeon, Snow pigeon, Dust mosquito.

                    Some fun ones:

                    * us America + hole = Donut + hole => Doughnut

                    * Money Water -> Vodka + Casino => Roulette + Vodka -> Russian Roulette + Certainty -> Suicide.

                    * Toxic Waste + batman -> The Joker.

                    * Divorce + Ex-wife => Splitting headache.

                    * Lake + Batman -> Aquaman + Batman => Justice League

                    * Captain America + Thor -> Avengers

                    * Avengers + Justice League -> Superheroes + Galaxy -> Marvel + Galaxy -> Guardians of the Galaxy

                    * Guardians of the Galaxy + Guardian -> Groot

                    * Guardians of the galaxy + Nebula -> Gamora

                    * Guardians of the galaxy + Gamora -> Star Lord

                    * Time Travel + Iron Man -> Terminator.

                    * Government + Terminator -> Robocop.

                    * Terminator + Divorce -> Arnold Schwartzenegger.

                    Confusing ones:

                    * Darth vader + Toxic Waste => Superman?

                    * Pirate + Superman => Captain America

                    • whats_a_quasar a year ago

                      I went down a Kaiju rabbithole. Here are the monsters I created

                      - Dragon + Lazer = Dragonzord

                      - Dragonzord + Sandpunk = Sandzord

                      - Dragon-Rex + Hippopotamus = Hippodragon

                      - Mega Dragonzord (didn't see recipe)

                      - Hippodragon + Mega Dragonzord = Mega Hippodragonzord

                      - Mega Hippodragonzord + Flying Circus = Mega Flying Circus Hippodragonzord

                      - Zombie + Mega Dragonzord = Zombie Dragonzord

                      - Swan + Megazord = Swan Megazord

                      - Sandzord

                      - Steam Dragonzord

                      - Swan Dragonzombie Megazord

                      - Mega Swan Dragonzord Megazord

                      The more ridiculous this gets the more fun I'm having! Everything after dragonzord was a first discovery.

                      • gloosx a year ago

                        This shows quite well that AI has zero common sense whatsoever, the results of most combinations I made are just nonsense. The associations are really vague and to me it is not interesting at all to look at random pictures and words appearing out of totally unrelated stuff. I really like man-made alchemy games though where all combinations are pre-defined and actually feel right.

                        • nedt a year ago

                          I just don't have enough time to do it manually. Writing a little script that automates crafting was quicker for me. It found me "Star Trek: The Rockapocalypse"

                              const sleep = (ms) => new Promise(resolve => setTimeout(resolve, ms)); 
                              
                              let elements = [
                                  ' Water',
                                  ' Fire',
                                  ' Wind',
                                  ' Earth'
                              ];
                              
                              let pairs = {};
                              
                              async function getResponse(left, right) {
                                  const url = `https://neal.fun/api/infinite-craft/pair?first=${left}&second=${right}`;
                                  return await (await fetch(url)).json();
                              }
                              
                              function getRandom() {
                                  return elements[Math.floor(Math.random() * elements.length)];
                              }
                              
                              async function run() {
                                  while (true) {
                                      let left = getRandom();
                                      let right = getRandom();
                                      if (pairs[`${left} + ${right}`]) {
                                          continue;
                                      }
                                      let result = await getResponse(left.split(' ').slice(1).join(' '), right.split(' ').slice(1).join(' '));
                                      if (result.isNew) {
                                          console.log('‼ new one ‼');
                                      }
                                      result = `${result.emoji} ${result.result}`;
                                      console.log(`${left} + ${right} = ${result}`);
                                      if (result != ' Nothing') {
                                          pairs[`${left} + ${right}`] = result;
                                          elements.push(result);          
                                      }
                                      await sleep(1000);      
                                  }
                              }
                              
                              run();
                          • jordemort a year ago

                            Got really obsessed with this, need to close the tab now. Some notes:

                            - In general, play the game as if you are asking an 11 year old, "what do you get when you combine X and Y?" The LLM likes rhymes and similar-sounding syllables, i.e. The Godfather + Goth => Gothfather.

                            - Some concepts seem to be "weightier" than others; "Dracula" usually becomes "Vampire" and vice-versa, no matter what you combine it with. "Chtulhu" is also difficult to combine with other things; it tends to remain "Cthulhu". "Darth Vader" is good for generating lots of "Darth" things but tends to revert to "Darth Vader" at the slightest provocation. "Santa / Santa Claus / Christmas" is also weighty and tends to cycle. Similarly, the Mario characters all tend to turn into Mario eventually.

                            - The longer your token gets, the harder it is to get it to combine with other things. "Bumblefrostycatpocalypse" + most things => "Bumblefrostycatpocalypse"

                            - The LLM knows lots of movie titles, and these are good for generating super long tokens, especially if you can goad it into inserting a colon, i.e. "The Fall of Star Wars: The Flying Crabster"

                            - Once your token gets too long, the game won't even try to combine it with anything else. I'd like to keep going with "Freddy Mercury vs. Jason + Jedi Mind Trick" but it won't let me.

                            Finally, a few of my favorite first discoveries: "Super Evil Jackie Chan", "The Best Halloween Costume Ever", "Postpornmodernism"

                            • Cieric a year ago

                              Apparently I made 2 first discoveries, Meteorism and Rap God. Seems interesting, but after a while of things not combining it gets a little stale. I agree with others I kind of would like to see the lineage of the elements. I know of this video where Carykh graphed is own combination game, but all new element names were user provided. https://www.youtube.com/watch?v=rQWwfYSUckY

                              • f1nlay a year ago

                                Was working on the very same idea alongside a friend of mine, we happened to launch a few weeks ago. Quite a lot more fleshed out than Neal's version, if anyone wants to check it out!

                                https://allchemy.io/

                                Edit: sorry if anyone is bumping into errors! We're running into bottlenecks with our supposedly auto-scaling database - working on it

                                • iandanforth a year ago

                                  Frankly I want to watch an animation of all the combinations as they are discovered/created over time from their backend. Seeing a growing 'tech tree' from the exploration and imaginations of users would be delightful.

                                  • jerbear4328 a year ago

                                    I got some funny ones, like:

                                    - Bread + Bread = Toast, + Fire = Burnt Toast, + Fire = Ash

                                    - Toast + Disaster = Pop Tart, + Fire = Hot Pocket, + Coffee = Coffee Pocket (First Discovery)

                                    - Hot Pocket + Cappuccino = Cappuccino Pocket (First Discovery), + Pop Tart = Cappuccino Pop Tart (First Discovery)

                                    - Coffee Pocket + Disaster = Coffee Spill (First Discovery), + Pop Art (sic) = Jackson Pollock

                                    - Jackson Pollock + Megadisaster = Jackson Pollock

                                    - Artist + Disaster = Picasso

                                    Apparently nobody else was insane enough to combine Coffee, Hot Pockets, and Pop Tarts. The AI is just confusing sometimes, though:

                                    - Pompeii + Kaleidoscope = Mosaic?

                                    - Burnt Toast + Water = Coffee, + Cake = Breakfast, + Mosaic = Cereal?

                                    - Coffee Pocket + Broken Window = Coffee? (though idk what I expected)

                                    • LonelyWolfe a year ago

                                      I made this to play the game automatically. It's a simple WinForm application but I've left the JavaScript version in there too:

                                      https://github.com/roman015/InfiniteCraftAutomation

                                      • dgrin91 a year ago

                                        Its fun, but annoying that you have to do a lot of mouse dragging. Some more click-based interface would be better.

                                        Edit: some measure of progress would also be good. I cant know how much I missed

                                        Edit2: Megalodon + Cemetery seems to break the system, spits back nothing.

                                        • nopeynone76 a year ago

                                          sharknado + time travel=sharknado2 + time travel = sharknado3 +time travel=Sharknado 3 Oh Hell No!+ time travel= sharknado4 The 4th Awakens +time travel =sharknado5 Global Swarming+ time travel = sharknado6: the last sharknado: It's about time. black hole+ wormhole = time travel wind + wind = tornado water + water =lake lake + water = ocean ocean+ water = fish fish + fish = shark shark +tornado = sharknado

                                          • Gimgulp a year ago

                                            trump + wall = mexico, mexico + candy = taco, taco + mexico = taco bell, taco bell + mario = mario bell, super mario + mario bell = super mario bell, super mario + taco bell = super taco + super mario = super mario taco, mario taco + taco bell = mario taco bell, super mario taco + taco bell = Super Mario Taco Bell. Bowser + rainbow = rainbow road + bowser = mario kart + mario taco = mario kart taco + , mario + santa = mario claus, mario kart taco + mario claus = mario kart 8 + mario kart 8 = mario kart 8 deluxe + super mario taco bell = taco bell mario kart 8 deluxe. LOLOLOLOLOLOL IM LAUGHING SOOOO HARD RIGHT NOW

                                            • nonbirithm a year ago

                                              This is really clever. "Football Jesus" is "Tebow", so I am now happily exploring the Tebowverse. There is even a robot incarnation named "Tebot".

                                              • microwavedair a year ago

                                                I made Ryan. I don't know who Ryan is or why you combine wind with _______ (I forgot)to get Ryan, but this is hilarious. Some of the other things I created and thought were funny: Tractor monster(first discovery!), Flying soggy toast, Flying dry toast, Abominable noodleman, Flying spaghetti monster, Unicorn toast, Iceland,

                                                • Ldorigo a year ago

                                                  I know it's all LLM randomness, but some of these are pretty fun/quirky. E.g. sheep + murder gave me "silence" which puzzled me for a while until I thought of silence of the lambs.

                                                  • joshelgar a year ago

                                                    Saw this on Neal's twitter a couple of days ago, it inspired me to make the food version :)

                                                    https://twitter.com/joshelgar/status/1750141793377686000

                                                    • orenlindsey a year ago

                                                      The LLM that powers this is surprisingly well trained (for what it is doing). I don't know if it's using a pre-existing one, but if you open dev tools and find the api you can play around with any combination of things.

                                                      Just as an example, I put in "Protestant" and "Spiritual Experiences" and it gave "Pentecostal" which is exactly right, and I didn't expect it to know that. Now I have to find how to get that in the game.

                                                      • Gimgulp a year ago

                                                        trump + wall = mexico, mexico + candy = taco, taco + mexico = taco bell, taco bell + mario = mario bell, super mario + mario bell = super mario bell, super mario + taco bell = super taco + super mario + super mario = super mario taco, mario taco + taco bell = mario taco bell, super mario taco + taco bell = Super Mario Taco Bell

                                                        • undefined a year ago
                                                          [deleted]
                                                          • GimKitersun a year ago

                                                            trump + wall = mexico, mexico + candy = taco, taco + mexico = taco bell, taco bell + mario = mario bell, super mario + mario bell = super mario bell, super mario + taco bell = super taco + super mario = super mario taco, mario taco + taco bell = mario taco bell, super mario taco + taco bell = Super Mario Taco Bell

                                                            • eshack94 a year ago

                                                              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.

                                                              • Kronopath a year ago

                                                                I managed to kinda break it. I managed to get “Steam Engine” and “Hacker”. I combined those to make “Steam Punk”. (Fair enough.)

                                                                Everything that’s combined with Steam Punk ends up being stupid and boring.

                                                                Steam Punk + Zombie = “Steam Zombie”

                                                                Steam Punk + Hacker = “Steam Hacker”

                                                                Steam Punk + UFO, which you’d think would be “Zeppelin” or something, is instead “Steam UFO”.

                                                                Steam Punk + Illusion is, bafflingly, “Steampunk”, all one word, and with a different emoji!

                                                                • nopeynone76 a year ago

                                                                  I got first discovery for "Doctor Who-lloweeners"

                                                                  • rawcal a year ago

                                                                    Terminator + Robot = T1000 T1000 + T1000 = T2000 I'm at T-32000000 and still going

                                                                    • dysoco a year ago

                                                                      Woah this is extremely addictive and has a lot of potential, I love games like Little Alchemy and this goes to 11.

                                                                      Surely some things are weird and are to be expected from the usage of AI, for example, I managed to somehow create Neon Genesis Evangelion (try to!) but I can't seem to replicate any more animes, mangas or shows.

                                                                      • lilyball a year ago

                                                                        I combined Fish and Fire and got Sushi, which is a dish that is famously made without any fire whatsoever. The game also decided to pair the Wheat emoji with the word Amber.

                                                                        • rabbits_2002 a year ago

                                                                          There used to be webgames with a similar premise. Pretty fun.

                                                                          I think some of the recipes don’t make sense and it would be a lot better if each thing only had one recipe to create it.

                                                                          • Minor49er a year ago

                                                                            Jane + Library creates a Content-Security-Policy error in Firefox 122 for Mac (looks like it should turn into Book normally)

                                                                            Also, ashes + water = soup. I need to try some more recipes

                                                                            • earth2mars a year ago

                                                                              How many man hours this entertained or wasted so far! So addictive and most probably everyone who played this probably has something better to do.

                                                                              • mbowcut2 a year ago

                                                                                This is fun. It would be interesting to build a single graph of concepts that all users contribute to. Then you wouldn't have to run LLM inference on every request, just the novel ones, plus you could publish the complete graph which would be something like an embedding space.

                                                                                • 20after4 a year ago

                                                                                  I played with llama2 for a bit to see if this was easy to recreate. It's surprisingly easy to get 90% of the way there but I have yet to get the results to be as appropriate. I wonder if there is some fine tuning or other forms of extended context (beyond a system prompt) to make this magic happen. Seems like most likely it's not just a vanilla llama2 model + a bit of prompt engineering..

                                                                                  • couto_aranha a year ago

                                                                                    I was playing with my friend and we wanted to merge our saves, so i got the script promiseofbeans posted here some days ago and i altered it to merge 2 saves and re=import them to one save. It's available here: https://github.com/Gabrielcouto1/inifnite_craft_save_merger

                                                                                    I'm still having a problem where after you import the save, you can no longer search in any way LOL. I tried both neal's search feature that he added a few days ago, and also procparam's script (he posted here 5 days ago)

                                                                                    Other "problem" i encountered is that in order to save the merged stuff, you have to craft one new element. After you do that, it autosaves and there is no further problems.

                                                                                    • digging a year ago

                                                                                      Games like this already exist and have comparable complexity, so calling it infinite and using an LLM backend feels overhyped.

                                                                                      For example, Castle + Fortress = Castle?

                                                                                      City + Town = Castle. Castle + Wall = City?

                                                                                      Metropolis + City = Megalopolis. Ok we're getting somewhere cool here, let's see how big it gets: Megalopolis + City = Metropolis?!

                                                                                      Finally, it just failed to combine War + Tunnel. It blinks for a minute and then gives up. I would have said "Sappers"? Edit: There are actually many such failures for higher-order combinations which is strictly not infinite. Other combinations described above might technically fit the bill but ceasing functionality does not : /

                                                                                      • Gimgulp a year ago

                                                                                        lolol, i somehow did: Bowser + rainbow = rainbow road + bowser = mario kart + mario taco = mario kart taco. and btw I discovered mario kart taco for the first time lol

                                                                                        • wly_cdgr a year ago

                                                                                          This is a clone of Little Alchemy, a game (that I happen to know about because it's made by someone I know and respect) that's been out for about a decade. https://littlealchemy.com/

                                                                                          It's fine to clone existing games as a gamedev exercise and/or to iterate meaningfully on the design, and to be fair, maybe this game does the latter. However, it is good to pay respects to the shoulders you build on. Little Alchemy is not so well known that this is like making a game called Tetrizz.

                                                                                          (Can someone make Tetrizz please?)

                                                                                          • PrincePhoenix a year ago

                                                                                            I got a few new discorveries. Silence of the lambs + Sharknado = Silence of the Sharks, Hannibal lecter + Quagmire = Hannibal quagmire, Hannibal Quagmire + Sharknado = Sharknibal.

                                                                                            • burrish a year ago

                                                                                              Classic game, but there is some merge that make no sense to me, how does fire and whale make a dragon ?

                                                                                              • epiccoleman a year ago

                                                                                                I am very proud to be the first discoverer of both Jerry Garcia and Trey Anastasio. It suits me. I also am the discoverer of a pretty good LLM pun - "Grateful Red," which I got by combining one of my various Grateful Dead related findings with "Mao Zedong."

                                                                                                I had some other interesting discoveries as well, including the "Abominable Crocodile", "Abominable Orc", and whatever the hell a "Pterodump" is.

                                                                                                • RedlineTriad a year ago

                                                                                                  Sadly the creator shut it down, but Elemental 3 was basically the same premise, but instead of AI for combinations it had user suggestions and ratings.

                                                                                                  He made a video to visualize some of the final data though: https://youtu.be/rQWwfYSUckY

                                                                                                  Also I vaguely remember a game with basically the same premise but the goal was to create life.

                                                                                                  • yellowapple a year ago

                                                                                                    > fire + fish = sushi

                                                                                                    Literally unplayable.

                                                                                                    EDIT: apparently I'm the first to discover "Captain Tokyo"?

                                                                                                    EDIT: and "Captain Tiamat". Had no idea those are even things.

                                                                                                    Seems like I'm the designated captain discoverer. More to the list:

                                                                                                    - Captain Penguin Universe

                                                                                                    - Captain Penguin Planet

                                                                                                    - Captain Penguin Multiverse

                                                                                                    - Captain Poseidon Multiverse

                                                                                                    - Captain Jack Poseidon

                                                                                                    - Captain Jack Tiamat

                                                                                                    - Captain Everything Jack Sparrow (which can't combine with anything, apparently)

                                                                                                    - Captain Penguin Zombee

                                                                                                    - Captain Penguin Zombee Universe (also can't combine with anything)

                                                                                                    • jomsk1e a year ago

                                                                                                      Very fun! Most hilarious result I found is James Bond + Tarzan = Jane Bond

                                                                                                      • krick a year ago

                                                                                                        First I discovered Slaughterhouse Five. Then Slaughterhouse Ten. Then Slaughterhouse Fifteen…

                                                                                                        Kinda got tired at Slaughterhouse One Hundred Thousand.

                                                                                                        • PawgerZ a year ago

                                                                                                          Very cool. I combined 'double rainbow' and 'ocean'; thought I broke it as it loaded for like 20 seconds; then got Atlantis. Eventually I got to 'mermaid', combined it with 'fire', and got 'siren'. But the emoji was a police siren, not the mythical creature. I can see how the LLM would be confused, though.

                                                                                                          • srackey a year ago

                                                                                                            Hey! It’s that old game Doodle God!

                                                                                                            • banana_giraffe a year ago

                                                                                                              Some of these combinations are really clever, some are really dubious, but still fun.

                                                                                                              At any rate, the first 1000 or so that a quick python script found: https://gist.github.com/Q726kbXuN/6620a12ade4b77dacce93d1c96...

                                                                                                              • BD103 a year ago

                                                                                                                This reminds of Little Alchemy, which used to be popular a few years ago

                                                                                                                • Gimgulp a year ago

                                                                                                                  super mario + burrito = burrito mario + mario kart 8 deluxe = burrito kart 8 deluxe

                                                                                                                  • Gimgulp a year ago

                                                                                                                    santa claus + mario = mario claus + taco bell = taco claus + nintendo = nintaco claus

                                                                                                                    • okwhateverdude a year ago

                                                                                                                      I can't seem to make anything more complicated than "Divorce Hammer + Super Mothra Unicorn Batman". As in, that's the name of the item which was indeed the two components I attempted to combine. Trying to combine that item with anything else simply doesn't do anything.

                                                                                                                      • hfnfnkjnj23 a year ago

                                                                                                                        i got 2 first discoverys called pineapple taliban and little shop of jihad

                                                                                                                        • AlchemicAI a year ago

                                                                                                                          We started years ago with the same idea but as mobile game app. And our product is more advanced - we mix up to 5 elements at a time, generate unique pics for every elements, have elements rarity, achievements and etc

                                                                                                                          Check it out - AlchemicAI:

                                                                                                                          https://play.google.com/store/apps/details?id=com.hostelguys...

                                                                                                                          https://apps.apple.com/us/app/alchemic-ai-infinity-mix/id646...

                                                                                                                          • mckn1ght a year ago

                                                                                                                            This is like a solitaire version of a game I like called telepathy, where two people at a time will call out a word, and then two more people try to come up with a word that links the two… keep iterating until two people call out the same word! Super fun.

                                                                                                                            • cheesecheese30 a year ago

                                                                                                                              If you add trump + putin = bromance...

                                                                                                                              • fallinghawks a year ago

                                                                                                                                I seem to have discovered a "steam garage" and I can't imagine what that might be. That has led to a "steam palace," which seems to have already existed.

                                                                                                                                ETA: also the Cinderham and Louis Prime

                                                                                                                                Fun little game and pretty silly, thanks

                                                                                                                                • undefined a year ago
                                                                                                                                  [deleted]
                                                                                                                                  • catapart a year ago

                                                                                                                                    Very fun!

                                                                                                                                    I'm seeing tons of slowdown when I try to merge things like "Sagitarius" and "Archer" and "Storm" and "Centaur". I guess this is the nature of the build, but I'm at least a little surprised it's hitting this kind of performance issue after only tens of objects.

                                                                                                                                    Anyway, all of that aside, I'm having a lot of fun seeing what emerges from the combinations and I love that the wackier the merge result, the more fun it is to try it against all of the previous objects. Quite an addicting little loop! Great job!

                                                                                                                                    • cedws a year ago

                                                                                                                                      This is really cool. I was wondering if you could build a multiplayer strategy game out of this. I'm thinking players would compete to destroy each other with elements, kind of like chess. Metas would evolve where people race to powerful elements while keeping an eye on the other player to try and guess what they're building and maybe try to sabotage them in the process. Since the game is apparently backed by an LLM, there's a huge number of possibilities as well.

                                                                                                                                      • xpil a year ago

                                                                                                                                        A friend asked his wife to create a horse and an accountant. It took her 1hr of playing to get the former, and 3hrs for the latter. I'm still laughing.

                                                                                                                                        • ajsdhg a year ago

                                                                                                                                          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().includes(text.toLowerCase())).forEach(hide)) inputElt = document.createElement('input'); inputElt.type='text'; document.querySelector('.sidebar').prepend(inputElt) function handle(e) { search(e.target.value) } inputElt.addEventListener('input', handle) reply

                                                                                                                                          • Afoonie a year ago

                                                                                                                                            Dragon + Narwhal= Dragon-Narwhal Werebear + Dragon-Narwhal=Werebearnarwhal(first) Werebearnarwhal + Yin yang= Ying Yang Werebearnarwhal Ying Yang Werebearnarwhal + Sea maid=???(literally says that and has space symbol)

                                                                                                                                            • EA a year ago

                                                                                                                                              Update - author has added two new features:

                                                                                                                                              1) progress is saved locally so you can reload browser (helpful on iOS) 2) search bar added to discovered items list

                                                                                                                                              • Self-Perfection a year ago

                                                                                                                                                I got curious how far one get using just one element as starting point. So far just Earth combined with itself gives you mountains, then volcano, weird semantic attractor with "Super Super Super Super Volcano" and "Super Super Super Super Earth", breakthrough with Stonehenge, then Druid, trees, books, knowledge, religion... Fun stuff.

                                                                                                                                                • aranw a year ago

                                                                                                                                                  I've some how managed to get down an infinite variation of "Ant-..."

                                                                                                                                                  One of the more interesting ones is "Ant-smoke"?

                                                                                                                                                  Edit: Another interesting one is combing "Batman" and "Robin" to make "Dynamic Duo"

                                                                                                                                                  Edit 2: I've now managed to turn the game into a number generator and by combining numbers together I've ended up creating some very large numbers. Doesn't seem to be a limit to the size either

                                                                                                                                                  • wdfx a year ago

                                                                                                                                                    This is really fun, there's some fun combos which output amusingly strange results.

                                                                                                                                                    Some of my first discoveries:

                                                                                                                                                      - Meteor Pot
                                                                                                                                                      - Meteor Soup
                                                                                                                                                      - Meteor Shower Soup
                                                                                                                                                      - Meteor Fish Soup
                                                                                                                                                      - Jabba The Soup-zeus
                                                                                                                                                      - Sith zeus
                                                                                                                                                      - Jabba The Slimer
                                                                                                                                                      - Sonic Chip
                                                                                                                                                      - Cheech The Hedgehog
                                                                                                                                                      - Darth Shrubber
                                                                                                                                                      - Chewbuster
                                                                                                                                                      - Darth Vader Fish Soup
                                                                                                                                                    
                                                                                                                                                    I may have got heavily involved in combining Star Wars items :P
                                                                                                                                                    • imtuff a year ago

                                                                                                                                                      How do I get eternity

                                                                                                                                                      • hasoleju a year ago

                                                                                                                                                        At first I thought that I can use the elements from the sidebar to built something in the main area, since it is wider than the sidebar.

                                                                                                                                                        • chasingthewind a year ago

                                                                                                                                                          My favorite combo so far was Alien + Buddha = Yoda :D

                                                                                                                                                          • launch_queue a year ago

                                                                                                                                                            And with the combination of Buddha and Ghost, I have reached Enlightenment. I will take that as a sign that I have completed the game.

                                                                                                                                                            • Afoonie a year ago

                                                                                                                                                              I don't know how but I got "Dragon-maid-narwhal-rex + Yin Yang Wasabear Hyd" that is the literal name and I think it got cut off de to too many characters?

                                                                                                                                                              • irgjoib a year ago

                                                                                                                                                                How do you get putin

                                                                                                                                                                • Trogdor147 a year ago

                                                                                                                                                                  Some of my first discoveries: -Big Little Shop of Mummies -Super Madagascar -Lemurpocolypse -Captain Lemur -The Mummy Returns to Madagascar -Captain Super Madagascar -Captain Lemurpocolypse -Black Pantherbeard -Black Pantherbeardbeard -Black Pantherbeardbeardbeard -Black Pantherbeardbeardbeardbeard

                                                                                                                                                                  • baq a year ago

                                                                                                                                                                    Bug report: I got to 'Mega Mega Mega Mega Mega Mega Mega Mega Mega Mega' and it can't be combined with anything

                                                                                                                                                                    • udev4096 a year ago

                                                                                                                                                                      You can also put random character names in the API endpoint and get the result as well: https://neal.fun/api/infinite-craft/pair?first=dog&second=ca...

                                                                                                                                                                      • foota a year ago

                                                                                                                                                                        I've had this idea that a game could generate unique crafting fields in some way like this. One of the things that I think limits simulation type games is that they are often restricted to real industries and recipes etc., but if they could make up believable fantasy industries, then there could be more variety.

                                                                                                                                                                        • OJFord a year ago

                                                                                                                                                                          Mine has just descended into Darth Maul madness, with an ever increasing number - usually adding them, but Dart Maul 114 + Darth Maul 114 just gave me Darth Maul 134, so it's a 'bit' unpredictable..!

                                                                                                                                                                          Edit: and it's given up at Darth Maul 1310720000 combining no longer goes higher

                                                                                                                                                                          • FacilityHues a year ago

                                                                                                                                                                            Does anyone know how to make game? Im trying to make a bunch of video game titles (I got some through different means) but without computer, Nintendo, console, game etc its been tough

                                                                                                                                                                            • personjerry a year ago

                                                                                                                                                                              Ok I played this way too long, the most ridiculous straight up is `Steampunk Bahamut Batpunkestilla Rex`

                                                                                                                                                                              • ilikehurdles a year ago

                                                                                                                                                                                Well, I broke it. I have crafted 93 different Lethal Weapon movies - sequels well into the million+ range.

                                                                                                                                                                                • hfnfnkjnj23 a year ago

                                                                                                                                                                                  i got two first discoverys

                                                                                                                                                                                  • lubesGordi a year ago

                                                                                                                                                                                    We need something like this but with emergent phenotypes instead of hard-coded. How would that work?

                                                                                                                                                                                    • TV_Remote a year ago

                                                                                                                                                                                      Some stuff I found:

                                                                                                                                                                                      Dragon + Black Hole = Dragon Ball

                                                                                                                                                                                      Moonwalk + Truth = Michael Jackson

                                                                                                                                                                                      Then I don't even remember what I did to get super saiyan, but I managed to get to Super Saiyan 8192

                                                                                                                                                                                      Vegeta (I forgot how to get him or Goku) + Time Paradox = Trunks

                                                                                                                                                                                      Steamboat + TV = Steamboat Willie

                                                                                                                                                                                      • yaman492344 a year ago

                                                                                                                                                                                        i made a first discovery which was the super infinity stoned buddha

                                                                                                                                                                                        • acolderentity a year ago

                                                                                                                                                                                          I've gone on an infinite crab island tangent of first discoveries.

                                                                                                                                                                                          • grizzlymilk a year ago

                                                                                                                                                                                            I was able to get piranhaconda from sharknado and Jack Sparrow. Sharnado from shark and tornado and Jack Sparrow from sparrow and captain. I then got Ice piranhaconda (which was a first discovery) from iceberg and piranhaconda.

                                                                                                                                                                                            • MuffinMan2 a year ago

                                                                                                                                                                                              I just discovered Curious SpongeBob so I'm wondering if any of you got SpongeBob or Curious George.

                                                                                                                                                                                              Also I have Squidward and Patrick too

                                                                                                                                                                                              • athrowaway3z a year ago

                                                                                                                                                                                                As a additional twist it might be fun to also have the option to 'remove' one concept from the other.

                                                                                                                                                                                                Currently i have 'Wind farm' and I'd wish i could try going to 'farm' by removing 'wind' from it.

                                                                                                                                                                                                • orbital-decay a year ago

                                                                                                                                                                                                  Hint: by going the Warrior-Spartan-King-Leonidas-300 route, you get the endless supply of numbers to combine, starting from 300. I wonder you can make it output anything with this, as it's definitely powered by a LLM.

                                                                                                                                                                                                  • Demonic_Creator a year ago

                                                                                                                                                                                                    How the heck do you find the fossil. Also a weird combo Statue + Rock = Sphinx

                                                                                                                                                                                                    • All4All a year ago

                                                                                                                                                                                                      Are some combinations just not possible, or am I doing something incorrectly here? For instance, "Dragon" and "Yin-Yang" do not seem to merge (yet logically seem ripe for combination).

                                                                                                                                                                                                      • shostack a year ago

                                                                                                                                                                                                        Do I need to allow access through noscript to googlesyndication.com for this to work? If so, why? It doesn't seem to work when I enable the root domain in Firefox on mobile.

                                                                                                                                                                                                        • o_pax a year ago

                                                                                                                                                                                                            Apocalypse + 2016 = 2017
                                                                                                                                                                                                            Apocalypse + 2017 = 2018
                                                                                                                                                                                                            Apocalypse + 2018 = 2019
                                                                                                                                                                                                            Apocalypse + 2019 = 2020
                                                                                                                                                                                                            ...
                                                                                                                                                                                                          
                                                                                                                                                                                                          but ...

                                                                                                                                                                                                            Apocalypse + 2030 = 2030
                                                                                                                                                                                                          
                                                                                                                                                                                                          Uh-oh!
                                                                                                                                                                                                          • atleastoptimal a year ago

                                                                                                                                                                                                            Like most nifty LLM apps it's cool but fun for maybe 45 seconds.

                                                                                                                                                                                                            Open source LLM's exist at the Family Feud brain stage (instinctive first pass human verbal intuition) so its depth is limited by that.

                                                                                                                                                                                                            • lilyball a year ago

                                                                                                                                                                                                              I've now managed to get both "Spaceship" and "Space Ship". I feel like this game really needs to have some logic to avoid having two words that are essentially identical.

                                                                                                                                                                                                              • csours a year ago

                                                                                                                                                                                                                I'm sure there are others, but this reminds me of Stacklands

                                                                                                                                                                                                                https://sokpop.itch.io/stacklands

                                                                                                                                                                                                                • sBqQu3U0wH a year ago

                                                                                                                                                                                                                  Haha, I got "Trojan Cannonball", and it was marked as "First discovery.". Although it's not that rare, you can create hilarious combinations.

                                                                                                                                                                                                                  • qwertox a year ago

                                                                                                                                                                                                                    I love this. No explanation, nothing. Just drag, drop and see.

                                                                                                                                                                                                                    If I could only store the state, maybe download a JSON file which I could later drop into the editor again to restore, that would be great.

                                                                                                                                                                                                                    • rgbrgb a year ago

                                                                                                                                                                                                                      love this! The sounds are great and the caching is smart. I'd add a little loading animation or something... as a dev I knew it was hitting the LLM but my friend thought it was just laggy. I prototyped a similar concept with a numi/soulver type of UI a few weeks ago :) https://twitter.com/_0_/status/1747756622494265397

                                                                                                                                                                                                                      What model is being used for the backend?

                                                                                                                                                                                                                      • rabbits_2002 a year ago

                                                                                                                                                                                                                        I noticed that mixing a 2 word item with something else will often combine the words instead of looking at the meaning:

                                                                                                                                                                                                                        super volcano + man = super human

                                                                                                                                                                                                                        but then it breaks if you mix further:

                                                                                                                                                                                                                        super human + giraffe = super giraffe ?

                                                                                                                                                                                                                        • graypegg a year ago

                                                                                                                                                                                                                          Heheh, my favourite has been:

                                                                                                                                                                                                                          Sailor Moon + Sashimi = Sailor Mercury

                                                                                                                                                                                                                          • brennopost a year ago

                                                                                                                                                                                                                            Gonna steal some recipes for mine: https://elemental-emojis.vercel.app/

                                                                                                                                                                                                                            • abathur a year ago

                                                                                                                                                                                                                              Home alone seems to be perpetually recombinant. Over 10m :)

                                                                                                                                                                                                                              • jtolmar a year ago

                                                                                                                                                                                                                                This is very fun.

                                                                                                                                                                                                                                I managed to make a "Captain Jack Ahab + Draculawhalezilla" that seems to refuse to combine with anything. Maybe because it has a + in it already?

                                                                                                                                                                                                                                • kajsdkjasd a year ago

                                                                                                                                                                                                                                  sleeping beauty

                                                                                                                                                                                                                                  • microwavedair a year ago

                                                                                                                                                                                                                                    I have made the monster of all monsters!!! Coffee Tractor Monster + Flying Spaghetti Monster (first discovery) imagining this irl is horrifying.

                                                                                                                                                                                                                                    • undefined a year ago
                                                                                                                                                                                                                                      [deleted]
                                                                                                                                                                                                                                      • C_Plus a year ago

                                                                                                                                                                                                                                        I made way too many new things. including but not limited to: 420gaystalin Steamlincoln Shark Mafia Lincoln Shark Mafia Steamlin Express Werebearowlstien Bowling With The Fishes ibowl steamlin mafia Underground Werebowl. GOD HELP ME I NEED SAVING FROM STEAMLIN AND SHARKS

                                                                                                                                                                                                                                        • k0bE a year ago

                                                                                                                                                                                                                                          Art+Phobia = artphobia (first) Pterodactyl+phobia = pterodactylphobia (first) Freddy Krueger + Snap = Freddy Snaps (first)

                                                                                                                                                                                                                                          • pauldprice a year ago

                                                                                                                                                                                                                                            Very fun, and silly. I created a "snot serpent" by combining a "sea serpent" and a "snot ball". Works for me...

                                                                                                                                                                                                                                            • sagz a year ago

                                                                                                                                                                                                                                              Always a delight to see a Neal fun link here.

                                                                                                                                                                                                                                              I was able to get to Dandelion after many combos! Hoping it gets to human soon.

                                                                                                                                                                                                                                              Will try to extract the full tree from the code :)

                                                                                                                                                                                                                                              • undefined a year ago
                                                                                                                                                                                                                                                [deleted]
                                                                                                                                                                                                                                                • kajsdkjasd a year ago

                                                                                                                                                                                                                                                  sanata clsudr

                                                                                                                                                                                                                                                  • kingadinga a year ago

                                                                                                                                                                                                                                                    Double rainbow warrior and rainbow Dracula ninja

                                                                                                                                                                                                                                                    • Phoenix2747 a year ago

                                                                                                                                                                                                                                                      How to get humans, i’ve been trying for like an hour. I have been able to get Jesus before getting humans.

                                                                                                                                                                                                                                                      • thih9 a year ago

                                                                                                                                                                                                                                                        I must be missing something

                                                                                                                                                                                                                                                        Angel + crocodile = Angelina Jolie

                                                                                                                                                                                                                                                        • m_akane a year ago

                                                                                                                                                                                                                                                          I think I hit some sort of character limit with "Spongepunk Christmas Seapony + Steampunk Squidpunk Sph"

                                                                                                                                                                                                                                                          • simmschi a year ago

                                                                                                                                                                                                                                                            Well if you ever run into the 'Fresh Prince of Bel Sashimi', that's my world first combination :-D

                                                                                                                                                                                                                                                            • undefined a year ago
                                                                                                                                                                                                                                                              [deleted]
                                                                                                                                                                                                                                                              • qwertycheese a year ago

                                                                                                                                                                                                                                                                They could have added a one piece reference when you put "Devil" + "Fruit"

                                                                                                                                                                                                                                                                • terabytest a year ago

                                                                                                                                                                                                                                                                  Something looks broken. As soon as you join two elements into an unusual combination it stops generating a response.

                                                                                                                                                                                                                                                                  • crweemtae a year ago

                                                                                                                                                                                                                                                                    I made a teenmummy and it said first discovery has anyone ever done it

                                                                                                                                                                                                                                                                    • 6cv a year ago

                                                                                                                                                                                                                                                                      one of my favorite first discovery is definitely "sharknado 3: Oh hell no!"

                                                                                                                                                                                                                                                                      • ijsqepjpoqjf a year ago

                                                                                                                                                                                                                                                                        How do you make Twilight and vampire? and eclipse?

                                                                                                                                                                                                                                                                        • lagniappe a year ago

                                                                                                                                                                                                                                                                          It appears that I was first to discover Mummy Statue and Zombie Pancake. Is it okay to put this on my CV?

                                                                                                                                                                                                                                                                          • sawer a year ago

                                                                                                                                                                                                                                                                            Bye yall hope yall liked my help

                                                                                                                                                                                                                                                                            • kingadinga a year ago

                                                                                                                                                                                                                                                                              i discovered a rainbow yogurt warrior, rainbow warrior, yogurt warrior,yogazen, rainzen and yogarainzen

                                                                                                                                                                                                                                                                              • iamthepieman a year ago

                                                                                                                                                                                                                                                                                A fun way to play this is to pick a specific result first and then see how quickly you can get there.

                                                                                                                                                                                                                                                                                • AvImd a year ago

                                                                                                                                                                                                                                                                                  Amazing! The funniest stuff it came up with for me were Pengwoman, Sushi Bird, Jezus (Jesus + Zeus).

                                                                                                                                                                                                                                                                                  • az226 a year ago

                                                                                                                                                                                                                                                                                    I got a sign that looked like infinity and had ??? as its label. Did I win the game?

                                                                                                                                                                                                                                                                                    • kc71 a year ago

                                                                                                                                                                                                                                                                                      Pirates of the Caribbean and Pirates Of The Caribbean

                                                                                                                                                                                                                                                                                      are different apparently, maybe add some logic to merge these

                                                                                                                                                                                                                                                                                      • microwavedair a year ago

                                                                                                                                                                                                                                                                                        I somehow made Ryan. I do not remember how other than it's ______ + wind. Who is Ryan?!? lol

                                                                                                                                                                                                                                                                                        • ProllyInfamous a year ago

                                                                                                                                                                                                                                                                                          It has A DOUBLE RAINBOW (I have no recollection of its creation, but it is a real emoji/combo).

                                                                                                                                                                                                                                                                                          • Cybergenik a year ago

                                                                                                                                                                                                                                                                                            Tutankhamun + Pirate = Captain Jack Sparrow

                                                                                                                                                                                                                                                                                            Tutankhamun + Captain Jack Sparrow = Pirate King

                                                                                                                                                                                                                                                                                            Pirate King + Mountain = One Piece

                                                                                                                                                                                                                                                                                            One Piece + Pirate King = Luffy

                                                                                                                                                                                                                                                                                            *perfect

                                                                                                                                                                                                                                                                                            • Telemakhos a year ago

                                                                                                                                                                                                                                                                                              You apparently can't mix Unicorn and Double Rainbow: they won't stack on each other.

                                                                                                                                                                                                                                                                                              • emmathenemma a year ago

                                                                                                                                                                                                                                                                                                I need a mosquito in infinite craft how do I get it?

                                                                                                                                                                                                                                                                                                • undefined a year ago
                                                                                                                                                                                                                                                                                                  [deleted]
                                                                                                                                                                                                                                                                                                  • yaman492 a year ago

                                                                                                                                                                                                                                                                                                    i made the first super infinity stoner buddha by accident

                                                                                                                                                                                                                                                                                                    • ijsqepjpoqjf a year ago

                                                                                                                                                                                                                                                                                                      I'm hacking right now want to join me?

                                                                                                                                                                                                                                                                                                      • blah-yeah a year ago

                                                                                                                                                                                                                                                                                                        Super interesting. Who the heck is Neal?! Why and how?! hahaha

                                                                                                                                                                                                                                                                                                        Fun stuff. I wonder what the codebase looks like

                                                                                                                                                                                                                                                                                                        • ZealousIdeal a year ago

                                                                                                                                                                                                                                                                                                          After just 30 minutes I've crafted an Apple Crumble Mudslide. My job is done.

                                                                                                                                                                                                                                                                                                          • Josh879 a year ago

                                                                                                                                                                                                                                                                                                            Anyone know how to make a missile?

                                                                                                                                                                                                                                                                                                            • danielvaughn a year ago

                                                                                                                                                                                                                                                                                                              My mind immediately goes to video games. This could inspire some very interesting mechanics.

                                                                                                                                                                                                                                                                                                              • nneonneo a year ago

                                                                                                                                                                                                                                                                                                                I now have a "Pina Thorada", a combination of Pina Colada and Thor. This is fun.

                                                                                                                                                                                                                                                                                                                • snowram a year ago

                                                                                                                                                                                                                                                                                                                  "poltician + devil = democrat" Huh, what was the training data for this model?

                                                                                                                                                                                                                                                                                                                  • undefined a year ago
                                                                                                                                                                                                                                                                                                                    [deleted]
                                                                                                                                                                                                                                                                                                                    • epnk a year ago

                                                                                                                                                                                                                                                                                                                      They totally missed it by not allowing two rainbows to make a double rainbow.

                                                                                                                                                                                                                                                                                                                      • _fw a year ago

                                                                                                                                                                                                                                                                                                                        My best so far are ‘Sharktopus Flytrap’… and ‘Suicide Bomber’, ‘Osama’ and ‘Terrorist’.

                                                                                                                                                                                                                                                                                                                        Not kidding!

                                                                                                                                                                                                                                                                                                                        • MintPaw a year ago

                                                                                                                                                                                                                                                                                                                          Dandelion Patch + Gold = timeout?

                                                                                                                                                                                                                                                                                                                          • sigmonsays a year ago

                                                                                                                                                                                                                                                                                                                            i think i killed it with tractor + lava. Somehow that's a volcano?

                                                                                                                                                                                                                                                                                                                            This is weird without hard rules.

                                                                                                                                                                                                                                                                                                                            • thoys a year ago

                                                                                                                                                                                                                                                                                                                              First discovery finally!!! I got Blush!!! Face + Tomato!!

                                                                                                                                                                                                                                                                                                                              This is another awesome Neal.fun experience!!!

                                                                                                                                                                                                                                                                                                                              • Aerbil313 a year ago

                                                                                                                                                                                                                                                                                                                                Time Machine + Pyramid = Tomb Raider

                                                                                                                                                                                                                                                                                                                                Tornado + Fish = Sharknado

                                                                                                                                                                                                                                                                                                                                and Terminator, Dark Fate, Mad Hatter... but I forgot how.

                                                                                                                                                                                                                                                                                                                                • sandworm101 a year ago

                                                                                                                                                                                                                                                                                                                                  As is usual for all things on the internet, fiddle around and you will find Star Wars.

                                                                                                                                                                                                                                                                                                                                  I just got a "first discovery": Garlic + Vampire = Dinner | Darth Vader + Dinner = Dark Dinner (whatever that means)

                                                                                                                                                                                                                                                                                                                                  And I don't know how, but how did I get from fire/earth/water to "racist"? How is that even a thing?

                                                                                                                                                                                                                                                                                                                                  • jollyllama a year ago

                                                                                                                                                                                                                                                                                                                                    Swamp + Prostitute = Politician

                                                                                                                                                                                                                                                                                                                                    • q3we a year ago

                                                                                                                                                                                                                                                                                                                                      Kraken+ dragon=titan

                                                                                                                                                                                                                                                                                                                                      • mynamesjeffy a year ago

                                                                                                                                                                                                                                                                                                                                        I need to make god dude like i swear.

                                                                                                                                                                                                                                                                                                                                        • q3we a year ago

                                                                                                                                                                                                                                                                                                                                          Siren+ fire= Phoenix

                                                                                                                                                                                                                                                                                                                                          • undefined a year ago
                                                                                                                                                                                                                                                                                                                                            [deleted]
                                                                                                                                                                                                                                                                                                                                            • duxup a year ago

                                                                                                                                                                                                                                                                                                                                              The sound is really satisfying.

                                                                                                                                                                                                                                                                                                                                              • cushpush a year ago

                                                                                                                                                                                                                                                                                                                                                Obsidian + Cook ... [thinking] took a few seconds and out popped: sushi! Love it

                                                                                                                                                                                                                                                                                                                                                • spacebacon a year ago

                                                                                                                                                                                                                                                                                                                                                  Holy water + Dandelion = weed

                                                                                                                                                                                                                                                                                                                                                  • voc a year ago

                                                                                                                                                                                                                                                                                                                                                    First one to discover Ghoti!

                                                                                                                                                                                                                                                                                                                                                    • unifyh a year ago

                                                                                                                                                                                                                                                                                                                                                      I somehow got Espanol, then I proceed to translate every word into Spainsh

                                                                                                                                                                                                                                                                                                                                                      • erm1231231 a year ago

                                                                                                                                                                                                                                                                                                                                                        Abdominal omelet +dark phoenix= phoenix omelet (first discovery by me)

                                                                                                                                                                                                                                                                                                                                                        • miohtama a year ago

                                                                                                                                                                                                                                                                                                                                                          The strange case of origami Yoda

                                                                                                                                                                                                                                                                                                                                                          Batman vs. Prince of space sushi vampires

                                                                                                                                                                                                                                                                                                                                                          Darth Paper Strikes Back + Vampire

                                                                                                                                                                                                                                                                                                                                                          • bikitan a year ago

                                                                                                                                                                                                                                                                                                                                                            It broke once I got up to "Baconosaurwolfthulhucornicornthulhu"

                                                                                                                                                                                                                                                                                                                                                            • hnuser123456 a year ago

                                                                                                                                                                                                                                                                                                                                                              discoveries: surf bowie VR, fakecraft, vrcave, santa claus simulator, gifticorn, abominable gifticorn, cain + monkey bomb, chess sandwich, captain chess, captain coincidence

                                                                                                                                                                                                                                                                                                                                                              • Midnightgamer a year ago

                                                                                                                                                                                                                                                                                                                                                                They have added a new search bar.

                                                                                                                                                                                                                                                                                                                                                                • tetris11 a year ago

                                                                                                                                                                                                                                                                                                                                                                  Once you get to Cthulicorn, anything added to that takes a minute or two

                                                                                                                                                                                                                                                                                                                                                                  • mynamesjeffy a year ago

                                                                                                                                                                                                                                                                                                                                                                    Ice cream+pirate = captain hook

                                                                                                                                                                                                                                                                                                                                                                    • Molly_janes a year ago

                                                                                                                                                                                                                                                                                                                                                                      Is there a way to keep your progress? If so please let me know.

                                                                                                                                                                                                                                                                                                                                                                      • hinkley a year ago

                                                                                                                                                                                                                                                                                                                                                                        Bug report:

                                                                                                                                                                                                                                                                                                                                                                        Rainbow + Rainbow doesn't do anything

                                                                                                                                                                                                                                                                                                                                                                        No double rainbow? Literally unplayable.

                                                                                                                                                                                                                                                                                                                                                                        • august_6_1945 a year ago

                                                                                                                                                                                                                                                                                                                                                                          My first discovery

                                                                                                                                                                                                                                                                                                                                                                            Darth Vader+Postman=Darth Mailer
                                                                                                                                                                                                                                                                                                                                                                          • Jolter a year ago

                                                                                                                                                                                                                                                                                                                                                                            I managed to get both “Teapot” and “Tea Pot” at the same time.

                                                                                                                                                                                                                                                                                                                                                                            • spacebacon a year ago

                                                                                                                                                                                                                                                                                                                                                                              This contains every story ever told and that will be told. Logos.

                                                                                                                                                                                                                                                                                                                                                                              • Night_Thastus a year ago

                                                                                                                                                                                                                                                                                                                                                                                Some combinations seem to cause crashes, like Grand Canyon + Sea.

                                                                                                                                                                                                                                                                                                                                                                                • fkyoureadthedoc a year ago

                                                                                                                                                                                                                                                                                                                                                                                  I was thinking they are combinations that haven't been generated and cached before (since this is llm powered (llama)) and the current load from HN front page is too much

                                                                                                                                                                                                                                                                                                                                                                                  My life won't be complete until I can combine big bang and rainbow bridge

                                                                                                                                                                                                                                                                                                                                                                                • riddley a year ago

                                                                                                                                                                                                                                                                                                                                                                                  Speed+light isn't Einstein?? Chariot+God isn't UFO??

                                                                                                                                                                                                                                                                                                                                                                                  • cursedeclipse a year ago

                                                                                                                                                                                                                                                                                                                                                                                    wait. bacon+destruction= "baconator" and i'm not the first to create a baconator. what. Edit: bacon+pirate is captain hook what is this

                                                                                                                                                                                                                                                                                                                                                                                    • m0rissette a year ago

                                                                                                                                                                                                                                                                                                                                                                                      Reminds me of the first android game I played on my G1 alchemy

                                                                                                                                                                                                                                                                                                                                                                                      • zharknado a year ago

                                                                                                                                                                                                                                                                                                                                                                                        “Pirate” is my favorite result so far. (Alcohol + Steamboat)

                                                                                                                                                                                                                                                                                                                                                                                        • tuzemec a year ago

                                                                                                                                                                                                                                                                                                                                                                                          In-Laws + Divorce = Outlaws made me chuckle a little bit...

                                                                                                                                                                                                                                                                                                                                                                                          Pretty addictive

                                                                                                                                                                                                                                                                                                                                                                                          • Rexxar a year ago

                                                                                                                                                                                                                                                                                                                                                                                            I smiled at "Brexit + Politician => Chaos"

                                                                                                                                                                                                                                                                                                                                                                                            • Scorpion6638 a year ago

                                                                                                                                                                                                                                                                                                                                                                                              someone PLEASE tell me how to make optimus prime

                                                                                                                                                                                                                                                                                                                                                                                              • jimmy778hahah a year ago

                                                                                                                                                                                                                                                                                                                                                                                                Ash + plant = tobacco Tobacco + clay = pipe Smoke + tobacco = cigarette Cigarette + smoking = smoker Cancer + pipe = crab Statue + cavity = venus

                                                                                                                                                                                                                                                                                                                                                                                                • Birdboy658 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                  How do I make chuck norris

                                                                                                                                                                                                                                                                                                                                                                                                  • undefined a year ago
                                                                                                                                                                                                                                                                                                                                                                                                    [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                    • wildyneal a year ago

                                                                                                                                                                                                                                                                                                                                                                                                      lava plus stone equeals obsidian (i play minecraft) also is the reason there is a delay because of the LLM algorithm searching for new combos?

                                                                                                                                                                                                                                                                                                                                                                                                      • slmjkdbtl a year ago

                                                                                                                                                                                                                                                                                                                                                                                                        The sound effect for successful combination is 80% the fun

                                                                                                                                                                                                                                                                                                                                                                                                        • Grimm_Reaper a year ago

                                                                                                                                                                                                                                                                                                                                                                                                          my main goal is just to make an ICBM from this game but i havent yet

                                                                                                                                                                                                                                                                                                                                                                                                          • slowhadoken a year ago

                                                                                                                                                                                                                                                                                                                                                                                                            I’m haunted by how much I love and hate crafting systems.

                                                                                                                                                                                                                                                                                                                                                                                                            • FredPret a year ago

                                                                                                                                                                                                                                                                                                                                                                                                              Curse + unicorn = narwhal, hahahaha. This game is so fun

                                                                                                                                                                                                                                                                                                                                                                                                              • emarthinsen a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                Can't believe I was the first to find "boobs". The 12 year-old combined "tomb raider" and "jiggle". LOL. It's actually a useful word. I can change anything male into female.

                                                                                                                                                                                                                                                                                                                                                                                                                Lots of other funny combinations: Burger King + Business = McDonalds Disney + Motive = Money Princess + Cleavage = Disney

                                                                                                                                                                                                                                                                                                                                                                                                                Plenty of political ones: President + Dictator = Trump White House + Flame = Trump Trump + Bribe = Impeachment Trump + Impeachment = ??? (literally three question marks) Obama + Home = Change

                                                                                                                                                                                                                                                                                                                                                                                                                And a few questionable: Slave + Plant = Cannabis Jamaica + Garden = Marijuana

                                                                                                                                                                                                                                                                                                                                                                                                                This is actually great fun. I wish I could sort the words alphabetically. I also wish there was a save feature. Oh, and that first discoveries were highlighted in the word list.

                                                                                                                                                                                                                                                                                                                                                                                                                • larschdk a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                  My first discovery was "Santauron"!? - by combining Santa Claus and Sauron.

                                                                                                                                                                                                                                                                                                                                                                                                                • Midnightgamer a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                  how do you make all the ingredients to make cocaine don't ask why.

                                                                                                                                                                                                                                                                                                                                                                                                                  • zaytuls a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                    i did snow and weed

                                                                                                                                                                                                                                                                                                                                                                                                                  • mynamesjeffy a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                    Goddess and godess = god

                                                                                                                                                                                                                                                                                                                                                                                                                    • Birdboy658 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                      How to make chuck norris

                                                                                                                                                                                                                                                                                                                                                                                                                      • Avicebron a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                        It invented narlwhalicorn from narwhal + unicorn, cool

                                                                                                                                                                                                                                                                                                                                                                                                                        • destroyer_Dubs a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                          Lightsaber + Jedi = darth Vader

                                                                                                                                                                                                                                                                                                                                                                                                                          “One of the hardest ones to get”

                                                                                                                                                                                                                                                                                                                                                                                                                          • undefined a year ago
                                                                                                                                                                                                                                                                                                                                                                                                                            [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                            • undefined a year ago
                                                                                                                                                                                                                                                                                                                                                                                                                              [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                              • Aromasin a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                Water + Fish Stew seemed to break everything for me!

                                                                                                                                                                                                                                                                                                                                                                                                                                • jamespullar a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                  Kite + Mountain froze it for me as well. Refreshing then wiped all progress.

                                                                                                                                                                                                                                                                                                                                                                                                                                • not_a_dane a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                  there's an issue with the algorithm, the more you play, longer it takes to calculate...neat example for time complexity analysis.

                                                                                                                                                                                                                                                                                                                                                                                                                                  • jtsiskin a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                    No - it’s just the more you play, the more likely you are to run into novel, uncached combinations that require invoking the LLM

                                                                                                                                                                                                                                                                                                                                                                                                                                  • 0x38B a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                    I like that ‘Lightning + Earth’ is ‘Tesla (car)’.

                                                                                                                                                                                                                                                                                                                                                                                                                                    • FireWall_2828 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                      This is so cool, thanks for the tip! :D

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Silicicolous a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                        life and evolution is human zombie and cure is human idk why I got flagged last time

                                                                                                                                                                                                                                                                                                                                                                                                                                        • hellommcmcmc a year ago
                                                                                                                                                                                                                                                                                                                                                                                                                                          • jimmy778hahah a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                            Mirror + happy = narcissus Dream + oedipus wrecks = the simpsons?? Steam cyborg + glutton = fat man Curse + happy = sad

                                                                                                                                                                                                                                                                                                                                                                                                                                            • schoen a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                              There are a couple of things that seem to combine with others in a very general way... "were-", "[the] Impaler" (!), "Rich[est]"...

                                                                                                                                                                                                                                                                                                                                                                                                                                              I was able to get some things like "Were-jesus-pope-hamster-crusader", "Trump-jesus-trump", "Pope Impaler", "Trump Impaler", "Vlad the Werehamster", "Richest were-genghis Khan", and also "Were-were-werewolf"!

                                                                                                                                                                                                                                                                                                                                                                                                                                              I think the willingness of the language model to make up character names like this is a bit of a defect in this context, but maybe it's useful for brainstorming movie sequels. :-)

                                                                                                                                                                                                                                                                                                                                                                                                                                              • electroly a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                I've found "Muddy", "Zombie", and "Frat Party" to work as universal affixes too. e.g. I'm up to "Muddy Werejesus + Muddy Zombie Jesus Frat Party" (the single phrase includes the plus sign). At this point the UI refuses to mix additional ingredients.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • draculero a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                  I got Trump Tower + Orange = Trump It used the 'pile of poo' emoji for Trump!! I love it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • yxhuvud a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Dragonpope was not easy to combine with anything.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • mynamesjeffy a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                    I got osama bin laden

                                                                                                                                                                                                                                                                                                                                                                                                                                                    • gibblezbloop a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                      How do I get metal

                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Grimm_Reaper a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                        also if any of you have found out how to make it tell me

                                                                                                                                                                                                                                                                                                                                                                                                                                                        • undefined a year ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                          [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                          • kingadinga a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                            I got vampirecake

                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Brodami a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                              how do you get stand or sit or walk?

                                                                                                                                                                                                                                                                                                                                                                                                                                                              • kuttimaster a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                looks like Pancha Bhuta concept in Indian spirituality

                                                                                                                                                                                                                                                                                                                                                                                                                                                                Prithvi/Bhumi, Apas/Varuna/Jala, Agni, Vayu, Akasha/Dyaus

                                                                                                                                                                                                                                                                                                                                                                                                                                                                • motoxpro a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  neal.fun is just amazing. Man how awesome.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • intended a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Evil + NewYork … was inadvertently funny.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • spacebacon a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Challenge: least moves to “Happy Ending”

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • deathanatos a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Doctor Who + Sheep => Doctor Hooves

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • jimmy778hahah a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          anyone know how to make gay if so could you please tell me its important

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • souvlakee a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Cannot craft Pottery and Tobacco. Error.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • ijsqepjpoqjf a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              How are you doing?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • undefined a year ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Sir10l a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  How do you get eve im trying to

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • jacfewazdxdg a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    How do I get Asia?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • yaman492344 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      it says first discovery

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Xeyz0r a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        alligator + statue = gatorade ... okay

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Jean-Philipe a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          My fav: donkey + pope = ass

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • DanielLapidus a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Dinosaur + Clock = Clockosaurus Rex.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Eduard a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Dinosaur + Batman and Robin = Batman and Robinosaur

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • undefined a year ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • q3we a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                lake + phoenix=firebird

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • kingadinga a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  i discovered rainbow yogurt warrior

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • kingadinga a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    shut up

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • SeanLuke a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Unicorn + Steamboat = Steam Unicorn

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • oneepic a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      In the beginning, there were four elements. Some asshole came over and banged them all together like rocks to see what fit together. The first life on Earth was dragons, plants, and vampires, somehow.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • kkukshtel a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Stuff like this a harbinger of the types of game that will start coming out of LLMs IMO - things that haven't necessarily _not_ been done before, but things where an LLM can act as a core weakly-type "kernel" that can be run to generate new output from arbitrary input. The people pointing out the prior examples are sort of missing the point, as all those require explicitly declaring the bounds of the game, whereas the bounds here are more a limitation of LLM understanding instead of direct effort to declare valid interactions.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • dudinax a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          gollum + schizophrenia = smeagol

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • eggroe a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ngl this guy makes some greattttt websites! Always fun and informative! Thank you “Neal”

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • OwseiWT a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              coral + coral = reef + apple pie = apple reef

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              now I can't stop thinking about apple pie with seafood

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • dgsm98 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Lost City + Earth broke infinity.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • undefined a year ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Phoenix2747 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The great wall of chine and moonwalk is Micheal Jackson

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • notfish a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Car + Darth Vader = Carth Vader

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • undefined a year ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • bulatov a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Norway + Darkness = Black Metal

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • sommerloot a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          I have discovered Red Paint!

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • q3we a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            titan+kaiju=godzilla

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • q3we a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              japan+ river=samurai

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • thatxliner a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Isn’t that just little alchemy

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 22325ol a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  albatross + river = amazon? im so confused but it worked for me

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • bendyswin a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    does anyone know how to make a human?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • mushroomgueen a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      how do you make rebirth

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • rkagerer a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Titanic + Iceberg = nothing??

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • mushroomgueen a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          how do you make an atm

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • ijsqepjpoqjf a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            jnckjndaljecijecjncippqjfcfipuejcl

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • vbbthersg a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Hike mamaju

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • KR_-_-_27 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                My favouroute discovery was Mole King, Mole Queen and Mole Kingdom

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • zaytuls a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  hey guys i got racism

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • hugepuppy a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Why do i love this so much

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Molly_janes a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Also I made 4 new items

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • undefined a year ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • spacebacon a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Wine + water = holy water

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • volldittor a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            how do you get mario

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • vollittor a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              how do you get mario

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • blitzystolas a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                hey anyone know what to combine to make weed/marijuana?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • cursedeclipse a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  there is both a "pangea" and a "pangaea"

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • cursedeclipse a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    there is both a "pangea" and a "Pangaea"

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Brodami a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      how do you get sit?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • nurettin a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        I stopped at leviathan.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • rambanuelos a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          I was pleased with Prometheus

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • cwkoss a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Once I got "poop" i went ham and made a bunch of discoveries

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Poop truck, space poop truck, poop train, poop martini, fartdiana jones, fartman, poopacat

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          And my favorite:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          poopacabra (from chupacabra)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Also got some interesting failure modes:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Got "Fartacus Jones + Fire Poop Train", "" (galaxy emoji) and "???" (galaxy emoji) all of which refuse to combine with anything else.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          EDIT: Got chicken titty, nuclear porn, and pooporn

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • sandbags a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            mud + rainbow = pig ? I’m not sure I am seeing the point.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • TheCreatore a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              I have gotten so many jesuses. Werewolf + Jesus = Werejesus, Zombie + Jesus = Zombie Jesus, and Minotaur + Jesus = Minotaur Jesus

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • obiefernandez a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Surprisingly addictive

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • jacfewazdxdg a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  skibidi dop dop dop yes yes

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • thih9 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    I don’t remember how I got to “pedophile”, but I think one of the names of Hollywood actors was involved. Later I did “pedophile” + “jail” and got “priest”. “Priest” and “pedophile” yields “Catholic”. This game goes into unexpected territories.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Also:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    priest + diarrhea = holy shit

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    holy shit + diarrhea = holy diarrhea

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    holy diarrhea + sweet and sour = chinese food

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • blitzystolas a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      anyone know how to make marijuana? (in game obv)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • kimjune01 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        stone -> stoner + plant

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • jimmy778hahah a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        anyone seen the new update its so cool and i dont have to use ctrl+f anymore it also saves progress

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • pcthrowaway a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          was anyone able to figure out a way to save the game?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • cursedeclipse a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            new best: godzillazillazillazillazillazillazilla

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • bendyswin a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              how do you make a monkey?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Irribackiwai a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                1981, was the year that A̶̢̼̹̞̺͈̖͕̱̘̔̎͆͌͗̾̄ͬ̚͜͢͟ͅȨ̶͕̰̙̹̱̤̞̰̱̗̒̒͗́͌ͤͬ̌ͣ̄ͧ͛͒͝A̴̶͙̙͈̱͖̻̼̯̰ͧ̆͊̿͋̓͂͜͞͞͡E̛͚͓̳̫̩̹̮͛ͪ̃́ͩ͊̓ͦͫ̃ͪ̊ͤ̌ͭ͢͠͡͝͠_̤̀_̡̛͕͕̗̪̦ͤ̑ͥ̾̋̀̚Ā̶̵̢̪̝̖̭̻ͪ̅̈́͛̋̏͋ͯ͊͠E̴̠̱̽ͫ͑͟Ȧ̵͇̠̬͚̱̥̮̳͖̟͇͉̥̰͑ͨ͋ͫͥͥͧ͌ͭͬ́ͦͩͪͣ̓͆̀ͣͮͧ͋̈́̇͢͞͡͠͞EͧȀ̛̲̖͍̀̕E̴̛̘͙̯̦̖̮̺̣ͥ̍̐̀̽ͬ̄̇͢͠A̙̦͖̜̰̤̜̗͌̎ͦͥͯ͗͌̐̌̊͜͜EẢ̴̠͖̗͕̩̆̇̀̓ͫ̓͑ͣ̏̊̿Ę̵̸̸̣̭͎͙̞͈̹̮̘̫̳̹̞̎͒̀̃ͯ́ͭ́̐̓ͤ̔͐̓͆͋̒̍͛ͦ̀͘͡ͅA̵̸̛̘̗͓̤͖̫̥͓̲̻̮̤͈̗͕̩̭̥ͬ̿̔ͫ̄ͧͤ̌̔͑̋̿ͩͬͪ̒̕͘͟͟͜͡͠Ḙ̸̵̬̗̗̹̰̪̫̻̅͆́͑ͩͦͨ̔̈́ͤ́̿̑ͦ͊̈́͘̚͘͞Ą̸̷̪̱̤̮͔̪̱̘̬̟̩̘̥͙̠͓ͯ̿ͮ̔̉̅̀͐ͬ̈ͧ͆͂̉̔̒ͧ͛̕͘Ę̷̸̸͓̰̼̳̟̻͈̱̄ͥͧ̅̀̉̈́̾ͤ̚͟Ą̧̢̧͇̰͕͈͈̦̤͖̠̲̺͓̩̄̍ͥ̇͊̑ͧͦͮͫ̐ͧ̔̔̋̕̕͘͟͟͢͢͢͝͞͠E̋̆ͤ_̵͓̈̀̚A̛̛̘̣̱̣̓͌̈́͂̎̊͆ͯ͑͋̔ͩ͘͠͡E̛̙ͥ͂A͍͚̮̪̩͙̐͘ͅȨ̸͉͎̪̭̙̑́ͮͥ̊͆ͪ̄̑̌͊ͯ͢͜͝͝A̵̡̳͉̖̖̻̜̰͒͋ͮ͛ͪȨ̸̵̷̵̧̛̛̯͉̬̰̝̼̩͇͎̲̗̮͌̓̌͊̄̿̍͒̔ͦ̈̋͑̐̾̐ͨ͌̇́̕͟͜͠ͅA̶̛̪̥̪̖̤̭̩̩̟͔̥̙͉̞̜̼̰̖̜̼̩̼̥̯̔̃ͥͯ͛̂̈ͬ͑͗̏͛̐̂͢͟͠͡͞Ę̛̛̼̳̰̞̬͔̆ͣ̏̾ͪ͊ͥ̑̀͌͘͝͝ͅA̵̶̶̢̧̳̳͇̳̻͈̰͈̲̘̺ͬ̓̒̈́̾̄̈́̉ͧ̈́̄̄ͨ̂͒ͭ̎̎ͦͬͫͪͥ͘͘̕͠͞Ȩ̢̪͔͚̫͉̖̦̦͉̩ͧͦ́ͥ̌̈̌ͤͩ̆̎̿̓̏ͬ͊̉́͛̀̕̕̚͟͢͡A̷̶̙̞͕͕̤͚ͣͦ͆͊͘͡E̪͙͆́͢Ă̧̨̲̙̟͍̠͎͓̟͙̩̞͚̬̳͕̤͇̐̓ͭ͗̌ͧ̐ͥ͘͜E̸̡̼̮̮̿̐̊͞A̴ͤE̴̡̛͈̐̄̂̏͋_̶̸̻̖̠͕͓̩̳̾̓͆ͧ̍͗̐ͣ̋̀́ͨͨͪ̕͜͜A̡̙͇̻͇̗̯͔͉ͧ̑ͪ͗ͥ͞_͓̪͚̔͑ͫ̈́̍̈́ͥ͢͢Ȩ̺͍͇̣͇̙̪̹̂ͦ̎ͭ̔ͭͫ̂ͫ̓ͮ̍ͭ̃̕͞͠_̡̻̦͇͉͓̰̳̙͂̀̈̏ͪͩ̄̅͢Â̸̵̧̛̛̟͈̖̫͕̫͈̰͔͇̟͔̯̝̰̥͈̯̫̞̆̈́͋̄̉ͯ̏͌̂ͮ̓̍̃́̉̇͘̚E͇͂_̡̱_̖̯̟̣̽ͧ̂͑̓̽̎͢͜͝͝͝Ạ̶̢̜̥̞̫͔̍͋͊̏ͤͣ̔͟EA̴̢̪̣̝̰ͤ͗͆ͧͣ͌͘͜E̢̢̛̩̩̘̱̼͎ͣ̉ͧ͆̊͊ͧͬ̚͟͞_̨͍͛͂A̸̹͍͎̳̞̩̮͊̅ͦ͗ͩͬ̏̈́̔ͫ͆̿̂̆̉́̅͜͠ͅE̷̢̝̰̯̻̼̻̫͉̙̟͙̙̖̥͂ͮ̄̏̓̌̀̽̋̇ͧͪͦͨ̊̑̌̃̚͘͘͟͝A̶͙̤̩̍̅͟Ȩ̵̧̑ͦͯ͝A̴͙͒Ḛ̤͚͍̞̪͍̍ͫ̈́̀ͮ̑ͤ͋̈́͛ͨ͝Ḁ̢͕͇̖̩̯̻̈́͆̌ͩ̇ͨͫ͘Ḛ̲̓̊A̷̶̡̢̢̤͇̤͍͓͉̪̩̟͍̲̮̻͇͌ͥ̀͒̃͒̇̒̽̓͢͞E͞ͅA̢͕͈̲̞̼͔̮̔̈́̈̿̌̈͋̇͟E̷̡̡̱̦̹̼̮͎͍͍̫͕͕̮ͥ̅̔́́̌̑ͫ̓ͣ̏̇̈̔́̿̎͂͘͜ͅĄ̪̙̮̿̍̒̽͌̕͜E̸̛̥̦̭͉̟̦͍̗͙̪̩̩͑͋ͭ̓̃̋̂͊͌͌̍ͫ̀ͥ͐̂̄̿ͤ̕͟͜͢͟Á̢̪͚̪̺̾Ą̶̧͚̼̘͉͈̺̜̞̘̬̊̃̇ͥ̆ͤȆ̝̺̠͓̤̦̺͊̂̂ͤA̤͢_̹̬͇̓ͫͧ̓ͬ͗̐̏ͨ̚E̶̴͔͎͎̬̞̥̰ͣ͒̓̇ͬ̂͝_̦̹͚͖͓̭̞̲͇̃̈ͫͩ͑̆̀͛ͪ̾́̀́̿̓ͯͧ̚͜͞A̛̠͉̫͋̓ͥA̼̥̹̖͘͜͝EÁ̢̘͇̪͚̘̩̦̟̲͎̫ͪ̐ͪ͐̿̒͊͘͘̚͞͞A̸̸̛͉̪̱͔͇̹̺̩ͦͫ͐́ͬ̑̾ͨ͆ͫ̒ͬͫͦͮ͑ͣ̌̀͂̐ͥ̚͜͝͡ͅE̕Ḁ̷̜̪͍͙͙̻̬͍ͥ̄ͥ̈́ͧ̓̀̑̏͗͆̉͘̕͢A̵̷̰̰̘̟̖̞͙̲͓̖̼̳̥ͬ̓̆ͨͩ́̈́ͫ̔́̀ͨ͌ͧ̔̽͘͢Ȩ̤͖̱̖͕̣̼̈́͗ͭ̌̏̉ͦ͐̒̌ͤ͛͆ͦͨ̎̄ͬͧ̽ͣ̒̈͘͞_̗̥̗̼ͦ͆̚Ȇ̞͙̪̺͐̈́E̪̩͎͋ͭ͗ͦ̊͋̕͢͢E̷̡̧̧̛̲͚̥̩̞̠̹̠̬ͧ͛̌ͫ͗̌̓̓ͭ̃̈̉̃͘͘͜ͅͅE̮̳͎̱̤͙̰ͭͫͨͬ̀ͥ̚Ȩ̱̰͍̳̲̪̖̜̐̇̎̎ͨͬ͝E̟̱̪̱̺̗͈͉͑̿̽̿̈́͌ͦͬ̐͝E̸̗̜̫̘̙͙͓̺̞̩͋͛͌̀͐̓͋̈́̂̎̍ͩEA̸̮̗̰̳̱͔̍͗̉͌̓̐̄ͧ͒͌̚_̷̡̱̻̯͛̿̓ͧ̔̋͋ͭ͛ͬͪ̎̄ͫ̿̽̽̚͞͡͡ͅA̡̨͇̣̜̱͖̗̩̦̣͖̰̝̣̖̗̺̪̻ͬͨ͛ͧ̀̓͂̂͒́͗ͧ̈̆́̾͗̔͊̈́͘̕͠Ę͚̯̠̙̤̲̞̗̝̘̰͇̠̘̈̌ͪͬ̊̉ͯ͋̓ͦ̀̔́ͩ̋ͮ̌͋͊̋̃̈́̔ͭ̚̕͘͘̚À̜̻̯̪̮̼̬͍̩̥̻̩̮̠̦͕̺̹ͯ͌̓ͬ̈̐̎ͧ̀͋͊ͩ̎̒̾ͭ̉̌̔͞E̷̢̦̣̜̬̣̝͓̲̼̻͓͍͚̯ͥ͗̍͂̌̇̀ͬͫ̄̈́͐ͬ͑̒ͬ̊̌̆̊̓͋́͟͢͡Ą̦͜Ȩ̸̢̨̛͈͕̼̙̱̦̟̻̳͉̮̪̣̲̜͖̖ͥ͒̈́̊ͦ̾̀ͫ͋ͮ̓̑͊̑̑͋́͘͟͝ͅA̶̼͖A̴̼̥̮͉̱͋ͩ̔́͟_̸͉̳̣͙̹͖͗͂͐͐ͭ̅̍̕͞͠Á̷̛͇̻̳̭̺̅͌ͣ̀ͫ͜E͓̭͇̬̜̗͊̓̉̈́̐̅ͦ̔̐ͪ͝͝Ą̶̺̜͙̼̙͉̭̤̩̠͇̥͕̩̳̺̤̹̙ͯ̄̊͛͊̆̄̀̀͛͗ͬ̑̂̌̐ͫ̀̂́̑̓̚̚͠͠E͚̳͓̟ͥͮͫͯĄ̷̡͎͚̭̳͎͉͕̟̲̱̙̗̞͖̗̱͍͈͋ͬ̑̐̌ͣ̎̐̈́̂͒ͭ͞͡͝͡A̺̙̹̲͎̟͌ͨ̊̄̆̓ͦ͗Ą̷̵̶̨̤̞̦̭̰͎̹͖̻̪̙̬̥̯̰̭͌̽̎͗̿ͨͦͮ̾̒̽̋ͫ́̂ͨ̊͒̚̕͜͡͞Ḙ͇̩̻͌̋̃͌͘_̷̵̴̢̨͔̟̻̖̟̻͙͔͚ͪ͊͛ͬ͋̃̋̿͝EA̵͓̱̰͉̮̙̥͉͚̦̲̹͈͆̆̐̎ͪ̂̂ͩ̇̍̑̄̈̐̌͒͆̆̅̌̚͝͞͞Ę̸̝̻͙ͧ́_͚̣̥̦̣͙̗͌͊ͮ̃̃̾̀̃̀͛͂́̅͑̏̂ͦ͐͞͠͞͞Ḣ̷̴̛͙̙̞̪̫͍̱̓ͯ̇ͧ̂̀ͤ̆͂̾̓̽̾ͧ̉̚̚͠Ģ̵̸̶̴̦̖̰͕̜̱̰̙̪͖̮̦̮͇̊͑̓ͭ̓̂͐ͣ͐̂ͦ̊͊̓̾̊̔ͮ͘͜͟͢͡ͅA̩̓͆̈Ȇ̵̢̨̧̼̭̘̝͓̲͙͖̦̲̮̟͍̥̤̦̽̃̾̂͊̓͆͑̊̈͊̈́ͥ̆̍͑̓ͮ̈́ͪ̕͢͜͞͠V̸̧̨̢̛̟͔͓͕̟̹̥̣͇̘̝͕̩̰̗ͬ̽ͤ͛͛̏ͬͪ̍́͊ͯ̔ͧ̂͜͠ͅS̖ͫ̃_̵̒ͮ̊̓̈́_̮͓͇̑̂͗́́͜D̟̭̰͇͈͇̫̦͔͇ͫ̀̋͌ͨ͂͆͛̉̂͑̈́͟͠X̹̦̟̰̫̝͔̤̌͂̄̿̔͒̈͊ͅͅ_̶̧̨͙̭̗̯͖͎͕͇͓͖̝̂ͦͨ̀ͥ̇͒S̡̛̹͙̭̳̺͖͎͍̻͒͋̅͌ͨ̊ͪ̍͑ͬ͆͆̀͌́ͧ̓͘͟͞͡͠͞ͅF̶̧̖̞̱̝͇̻͎͈̖̙̙̰͉̱̯̣̝ͭ̍̔͌͗̓̅̾ͣ̓̔̈̕͘͟ͅͅD̵̨͔̹̪͈̘́ͥͨͪͣ̌͋̃͑̇ͫ͜͠V̷̴̢̨̖̘͉̮̙͎̩̘̖̮̯̣͖́̃̾͛̐̇̐́͋͊̅͌̊͆̅͠͝͠N̷͉̟̣͓̩̤̭̖̺̘̹ͥ́͂͂ͥͤ̎̓ͮ͂̐́ͣͪ̔͒ͬ̕̚_̸͖̙̎̔͊Ṫ̢̙̀ͬ̀ͬ͌_̡̟͚̰̰̗͕͎͈̘̄͋̅ͫ̎ͪ͆ͥ̄͟͠Y̶̱̟̭̩͔͇̌͊̃͐̈ͣ̏ͭͨ́̕͡H̰G̶̶̢̛̗̗͚̫̰̤͚͍̖̩̰̜͓͚̬̣̱̬̭͇̊̎̓ͦ̽͊̀ͦ̀ͫ̎̒̉ͣ̀͗ͨ̕̕͜͝͞D̬Ẹ̡̲̟͖͔̫͙̃͗̓̓ͨ̚_̛͙̲̠̒͘͢Ŗ̷̳̦̘͓̱̖̃̓̍̃̔́̄ͪ̄̽̓ͭͩ̉͢͡ͅS̶̛̛̭̥͇̘̻̱̹͌͆ͪ͛͐̒̅͐̀͌̚͟͢͢ͅ_̵̠̇ͪ̊̓̕͠V̨͍̌̅̉͘H̵̩͚̖̜̼ͪͭ͑̄ͯ̍ͪ̾̒ͬ́̕ͅ_̷̧͍̬̻̇ͩ͐͂ͧ̆̈̽̚̚͞C̤͔ͦ͗J͕͇ͭB͔͚ͤ̆̊͋ͅ_̱_̴̵̨̧̛̛̗͍̻̦͍̮͖̰̘̭̰̟ͥͥ̏ͤ̇ͥ͋̃́͐͢͞͝͠K̢̪͋̾̾̇N̷̨̢͎͎̠̠͙̘̯̖͆͐́̿͛̒̆͒ͥͮ̌͂̔Ļ̧̢̘̥͇̳͕̻̖͇ͭͤͣͫͨ͒̉̀͒ͫ̓ͯ͠͝M̶̬̭̲̬̞͕ͫ̍̽͑̀̂̀̔͋͜͝Ǒ̸̢͍̰̦̖̳̬̬͔̪͂ͣͪ̿̆ͩ̈̅̿̂̅͐ͥͦ̕ͅI̧̧͔̘͍̤̞̦̠̯̼̖̜̪̬͍̞ͦ̽́ͫ̏͌̉̔͌̔̇͂̅̑̃͗̋̀̋̑͐̀́̕͟͜͢͡Ủ̸̸̡̥̮̜͕̝͕̲͙̮ͭ͑̉ͩ̏͗̏̽̌̊͘͠͡!̜̱̙͉̭͈́͛ͤ̋̓̈͟

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • plesner a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Some interesting finds.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Future + Time = Present (with a gift icon) Present + Present = Gift

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  (So it's using the words not the concepts)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Paradox + Snowman = Yeti

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  (Makes sense)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Arnold Schwarzenegger + Narwhal = Shwarzenwhaler

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  (Shwarzenwhaler has 0 hits on Google, it made it up)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Shwarzenwhaler + Time Machine = Hitler (with a crown icon)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  (I kid you not!)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Unicorn + Hitler = Unihitler

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  (I continue to kid you not!)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • plesner a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Future + Germany = Hitler

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Plant + Germany = Beer

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Flower + Germany = Hitler

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    (Harsh!)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • subarctic a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    water + earth = plant

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    plant + air = dandelion

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    dandelion + plant = weed

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    wind + fire = smoke

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    smoke + weed = high

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    high + president = bush

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • teaearlgraycold a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Pornstar + Money = Politician

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Gold

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • jasonjmcghee a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        I propose Spock %

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Animats a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Restaurant + Empire -> McDonalds

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Resort + Empire -> Disney

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Obesity + Empire -> America

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          America + China -> War

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          China + Japan -> War

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          America + Japan -> Anime

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          America + Junk -> Trump

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 643378268 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            how do you make glass?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 45362 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              how do you make glass?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1959429 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                how do you make glass?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • boo-ga-ga a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  See anything from neal.fun -> upvote, then check out:).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • pfooti a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    i have discovered the mecha swamp witch

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • racingabout a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      how do I get drugs

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • gyg8wrhfu9- a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        how to make pride

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Ringz a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Swamp + Surfer = Crocodile

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Nice!

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Reinan a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            how to make human?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • august_6_1945 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              how do you make love and humans?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 12435 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                how to get wine

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • joe4565 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  he[[

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • mayilian a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Cool!

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • true_blue a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      >Love + Fire = Passion

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      I'm impressed that it's able to understand figurative combinations like this. On the other hand, some of them are confusing:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      >Steampunk Pirate Queen + Romance = Steam And Sorcery

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      What? Is this a reference?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • dylan604 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        fish + fire = sushi?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        is my concept of sushi wrong

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • orenlindsey a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          I think I broke it. America + Trump = ??? (with a galaxy emoji)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Edit: Also Trumpocalypse + Freedom = ??? (btw I got both of these in the game, not through the API)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • cursedeclipse a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            first discovery:icefishman

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • munchler a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              I wrote a program to explore. Here's a "first discovery":

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'Jupiter' + 'Muddy Date' = 'Muddy Planet'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     'Foghorn' + 'Planet' = 'Jupiter'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'Fog' + 'Ark' = 'Foghorn'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           'Smoke' + 'Water' = 'Fog'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'Fire' + 'Wind' = 'Smoke'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           'Noah' + 'Dirt' = 'Ark'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'Flood' + 'Fish' = 'Noah'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 'Tsunami' + 'Rain' = 'Flood'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'Wave' + 'Water' = 'Tsunami'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       'Water' + 'Wind' = 'Wave'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'Water' + 'Storm' = 'Rain'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       'Wave' + 'Wind' = 'Storm'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 'Explosion' + 'Water' = 'Fish'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'Destruction' + 'Fire' = 'Explosion'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       'Tsunami' + 'Tornado' = 'Destruction'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'Wind' + 'Hurricane' = 'Tornado'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             'Wind' + 'Tsunami' = 'Hurricane'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'Sweat' + 'Dust' = 'Dirt'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 'Sauna' + 'Train' = 'Sweat'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'Palm Tree' + 'Steam' = 'Sauna'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       'Plant' + 'Hurricane' = 'Palm Tree'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'Earth' + 'Water' = 'Plant'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       'Fire' + 'Water' = 'Steam'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'Steam' + 'Disaster' = 'Train'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       'Tsunami' + 'Hurricane' = 'Disaster'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 'Earth' + 'Wind' = 'Dust'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'Earth' + 'Dust' = 'Planet'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     'Muddy Sushi' + 'Date' = 'Muddy Date'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'Sushi' + 'Mud' = 'Muddy Sushi'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           'Eruption' + 'Fish' = 'Sushi'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'Volcano' + 'Tornado' = 'Eruption'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 'Smoke' + 'Tornado' = 'Volcano'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           'Earth' + 'Steam' = 'Mud'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'Oasis' + 'Coconut Milk' = 'Date'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           'Coconut Water' + 'Dune' = 'Oasis'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'Flood' + 'Coconut Milk' = 'Coconut Water'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 'Tsunami' + 'Coconut' = 'Coconut Milk'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'Palm Tree' + 'Earth' = 'Coconut'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'Sand' + 'Wind' = 'Dune'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 'Earth' + 'Dust Storm' = 'Sand'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'Wind' + 'Mudslide' = 'Dust Storm'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       'Hurricane' + 'Mud' = 'Mudslide'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • undefined a year ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Josh879 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  d

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • slater a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    i think we hugged it, folks

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • uzer_dave a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      how to make lightning

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • august_6_1945 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        how do you make people?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • antonio222 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          i got rainbow fischer

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • krunck a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            black hole + money = happiness

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            So deep.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • antonio222 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              i got rainbow fisher

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • bird4 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                argentina

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • bendyswin a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  flour

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • rkagerer a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    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...
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • sophka a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      mistletoe

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • MlLES a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        sharknado + sharktopus = sharktopusnado

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • fb03 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          this is neal fun

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • alhimik45 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Aquaman + Amber = Amber Heard, lol

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • dfee a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              `???` seems to be almost apex. I discovered many new things. Thanks for the game.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • microwavedair a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Ah yes, the perfectly normal way to make a bigfoot. Cheese + Yeti. why cheese?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Razengan a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Needs a dark mode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • undefined a year ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • wildyneal a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      hi

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • aspectmin a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Rofl - Rainforest + Dragon == Amazon (like an Amazon box)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • merlindru a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          I don't even know how I managed to do this, but I got this:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Monkey > Ape > Gorilla > King Kong > Queen Kong

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Yeah, Queen Kong. Queen. Kong.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ---

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          EDIT:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          - Gorilla Grodd

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          - Super Kong

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          - Tarzan

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          - Jane

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          - Jane Kong

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          - Woman Gorilla

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          - Super Gorilla

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • lacoolj a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Knowledge + Mud = Politics lol these are fun

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • mef51 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              America + Tank = Freedom lmao

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • green56 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Too many Trumps :)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • undefined a year ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • titaniumtown a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    fire + president = trump (with a poop emoji)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • margalabargala a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      "America" + "Emperor" yielded the same thing :(

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • rkagerer a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        I think Death + Obama also yields it. You can get Dino-Trump and T-Rump.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Metacelsus a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Burn + Santa = Coal. lol

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        also, I got to "Trumpcare" and the emoji is rather hilarious.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • robobro a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Funny that Putin gets a Russian flag emoji, while Trump gets a poop emoji

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • nudin a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            LMAO: Future + President = Trump, with Shit-emoji

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • octuplehomicide a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Rich + Hooker = Marriage

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Richest + Prostitute = Bill Gates

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Bill Gates + Marriage = Divorce

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Queen + Divorce = Behead

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Trillionaire + Behead = Decapitalism (lol!)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Narcissist + Money = Politician

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Peace + Trump = War

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • ben-hall123 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Slypy06 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [dead]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Slypy06 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [dead]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • lebean a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [dead]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • daguava a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [dead]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • kolkop a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [dead]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • DmnSlyr431 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          How do you make brick?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • DmnSlyr431 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            I can never get it.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • MilesGamer27 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              How do you get an axe?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1234654 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   You craft it with handle and iron. I just discovered   Super Fire Breathing SuperHero brand new discovery
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1234654 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Managed to get male productive organ . Lol

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • LucasVallejo a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • undefined a year ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • undefined a year ago
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [deleted]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • secreta a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Birdboy658 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [dead]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • samiam_iam a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [dead]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • grizzlymilk a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • grizzlymilk a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • asjsnsjknjd a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • lrios10 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 55616852 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Reeker a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • THERykenado13 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • tjgeavf a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • footlover a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • cacafingers2323 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • footlover a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Jay_29 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • addhqwv7foydsyg a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • yeaeedy83285y45 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • FloatingShadow a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • bobmn55301894 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • th_long_stuff a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 5edodgersfan46w a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 5edodgersfan46w a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Grimm_Reaper a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • tjgeavf a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • peppashrekky a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • sdemeritt a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • bestmanLL a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Josh879 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • thezclements a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Silicicolous a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 6cv a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • ethansknowland a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • yeaeedy83285y45 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • gabsterart a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • gabsterart6 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • eliescooper a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Grimm_Reaper a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      [flagged]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • gabsterart6 a year ago

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        [flagged]