FeynmanLogomaker
FeynmanLogomaker
2 / 1
20th Oct 2013
20th Oct 2013
I don't remember the exact formula I used to make these, it might have been function grid(n) screen(function(x, y) if (x * y) % n == 1 then tpt.create(x, y, 'dmnd') end end) end (screen being a function that calls a function with all x/y pairs.

Comments

  • FeynmanLogomaker
    FeynmanLogomaker
    21st Oct 2013
    :D Thanks!
  • Darkn1883r
    Darkn1883r
    21st Oct 2013
    Hey Feynman, you've been added to the gamemaking club!
  • FeynmanLogomaker
    FeynmanLogomaker
    20th Oct 2013
    Following up on the description: ...for all x and y pairs from (1,1) to (610, 380). I then called grid with every prime number up to 11.