• @bitchkat
    link
    English
    516 months ago

    Wouldn’t soup just leak all over the place if you put it on a square? A cube would be better.

    • @jettrscga
      link
      English
      206 months ago

      As a liquid, soup conforms to any dimensional space it’s put in.

      (Suck on this knowledge, Google AI)

      • @misterundercoat
        link
        English
        86 months ago

        I have thus unlocked infinite soup storage by simply storing it in a one-dimensional point. Campbell’s will pay me millions, assuming that we can figure out how to store a point with infinite mass.

      • @bitchkat
        link
        English
        36 months ago

        A square is 2d and thus has no sides. The soup will just flow wherever.

      • @blazeknave
        link
        English
        16 months ago

        So how do we push it through time?

      • @bitchkat
        link
        English
        16 months ago

        How do you put something in a 2 dimensional space? A square has no height.

        • @[email protected]
          link
          fedilink
          English
          4
          edit-2
          6 months ago
          if(player1.x < player2.x + player2.width &&
              player1.x + player1.width > player2.x &&
              player1.y < player2.y + player2.height &&
              player1.y + player1.height > player2.y)
          {
              //collision
          }