Post every suggestion as a separate comment to allow for people to vote & comment on each suggestion

  • AbouBenAdhem@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 year ago

    If I remember right, r/place “scaled up” by adding more blank canvas. But it might be more interesting to actually scale up the previous pixels as well, so each iteration is overlaying the previous one with higher detail.

    The end result wouldn’t look as empty, because it would be easier to fill large areas early on.

    • Speiser0@feddit.de
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      Or to make it more realistic, let it expand like the universe. I.e. add extra space between each two pixels:

      example
      w=blank/white, b=non-blank
      wwwww
      wbbbw
      wbbww
      wwwww
      ->
      wwwwwwwwww
      wwwwwwwwww
      wwbwbwbwww
      wwwwwwwwww
      wwbwbwwwww
      wwwwwwwwww
      wwwwwwwwww
      wwwwwwwwww
      

      Or keep non-blank pixels together, because of pixel bounds.